diff --git a/Dockerfile b/Dockerfile index 4088ee0..60d4465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN cd /src \ && sed -i -e "s/openssl.*=.*//" Cargo.toml \ && RUSTFLAGS="-C target-feature=-crt-static" cargo build --release -FROM alpine:3.19 as tool +FROM alpine:3.20 as tool RUN apk update && \ apk add \