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