diff --git a/Dockerfile b/Dockerfile index d9f5943..3dda859 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY . . RUN RUSTFLAGS=-Clinker=musl-gcc cargo build --release --target=x86_64-unknown-linux-musl -FROM alpine:3.20.0 +FROM alpine:3.20.2 RUN addgroup -g 1000 myapp