diff --git a/Dockerfile b/Dockerfile index cdb2471f..c3cd03b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN ASSET_DIR=/src/app/build cargo build --workspace --bins --profile ${RUST_PRO # we need to create this symlink. RUN ln -s debug target/dev -FROM alpine:3.20.3 AS final +FROM alpine:3.21.0 AS final ARG GIT_REVISION=unknown ARG RUST_PROFILE=release LABEL revision=${GIT_REVISION}