diff --git a/Dockerfile b/Dockerfile index 23b6a60..33f0214 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . /src/ RUN make build CGO_ENABLED=0 #--- Image stage -FROM alpine:3.20.3 +FROM alpine:3.21.0 COPY --from=go-builder /src/target/dist/s3-auth-proxy /usr/bin/s3-auth-proxy