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
35
35
36
36
RUN xx-verify /go/bin/dex && xx-verify /go/bin/docker-entrypoint
37
37
38
- FROM alpine:3.21.3 @sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c AS stager
38
+ FROM alpine:3.22.0 @sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 AS stager
39
39
40
40
RUN mkdir -p /var/dex
41
41
RUN mkdir -p /etc/dex
42
42
COPY config.docker.yaml /etc/dex/
43
43
44
- FROM alpine:3.21.3 @sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c AS gomplate
44
+ FROM alpine:3.22.0 @sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 AS gomplate
45
45
46
46
ARG TARGETOS
47
47
ARG TARGETARCH
@@ -54,7 +54,7 @@ RUN wget -O /usr/local/bin/gomplate \
54
54
&& chmod +x /usr/local/bin/gomplate
55
55
56
56
# For Dependabot to detect base image versions
57
- FROM alpine:3.21.3 @sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c AS alpine
57
+ FROM alpine:3.22.0 @sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 AS alpine
58
58
FROM gcr.io/distroless/static-debian12:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f AS distroless
59
59
60
60
FROM $BASE_IMAGE
You can’t perform that action at this time.
0 commit comments