File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ RUN make release-binary
3535
3636RUN xx-verify /go/bin/dex && xx-verify /go/bin/docker-entrypoint
3737
38- FROM alpine:3.22.2 @sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS stager
38+ FROM alpine:3.23.0 @sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS stager
3939
4040RUN mkdir -p /var/dex
4141RUN mkdir -p /etc/dex
4242COPY config.docker.yaml /etc/dex/
4343
44- FROM alpine:3.22.2 @sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS gomplate
44+ FROM alpine:3.23.0 @sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS gomplate
4545
4646ARG TARGETOS
4747ARG TARGETARCH
@@ -54,7 +54,7 @@ RUN wget -O /usr/local/bin/gomplate \
5454 && chmod +x /usr/local/bin/gomplate
5555
5656# For Dependabot to detect base image versions
57- FROM alpine:3.22.2 @sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS alpine
57+ FROM alpine:3.23.0 @sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS alpine
5858FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4 AS distroless
5959
6060FROM $BASE_IMAGE
You can’t perform that action at this time.
0 commit comments