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