diff --git a/Dockerfile b/Dockerfile index 1458ab7..4c83628 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . /src/ RUN make build CGO_ENABLED=0 #--- Image stage -FROM alpine:3.21.0 +FROM alpine:3.21.1 COPY --from=go-builder /src/target/dist/jackal-auth-proxy /usr/bin/jackal-auth-proxy