mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
Update Dockerfile
This commit is contained in:
parent
0d8bf2431d
commit
50579bd002
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Use an Alpine-based image as the base
|
||||
FROM rust:1.71.0-alpine3.19 AS build
|
||||
FROM rust:1.71.0-alpine AS build
|
||||
|
||||
# Install necessary dependencies (git, curl, etc.)
|
||||
RUN apk add --no-cache git curl build-base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue