diff --git a/Dockerfile b/Dockerfile index 3dbf307..f00d44e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV RUSTFLAGS="-C target-feature=-crt-static" RUN sed -i -e "s/^version = .*/version = \"${BUILD_VERSION}\"/" Cargo.toml RUN cargo install --path . -FROM alpine:3.16 +FROM alpine:3.17 ARG BUILD_VERSION ARG COMMIT_SHA