diff --git a/Dockerfile b/Dockerfile index 3dda859..7bf5d56 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.2 +FROM alpine:3.23.0 RUN addgroup -g 1000 myapp