We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2747bd + fbbac8c commit 70d7a2cCopy full SHA for 70d7a2c
Dockerfile
@@ -32,13 +32,13 @@ COPY . .
32
RUN make release-binary
33
RUN xx-verify /go/bin/dex && xx-verify /go/bin/docker-entrypoint
34
35
-FROM alpine:3.18.2 AS stager
+FROM alpine:3.18.3 AS stager
36
37
RUN mkdir -p /var/dex
38
RUN mkdir -p /etc/dex
39
COPY config.docker.yaml /etc/dex/
40
41
-FROM alpine:3.18.2 AS gomplate
+FROM alpine:3.18.3 AS gomplate
42
43
ARG TARGETOS
44
ARG TARGETARCH
@@ -51,7 +51,7 @@ RUN wget -O /usr/local/bin/gomplate \
51
&& chmod +x /usr/local/bin/gomplate
52
53
# For Dependabot to detect base image versions
54
-FROM alpine:3.18.2 AS alpine
+FROM alpine:3.18.3 AS alpine
55
FROM gcr.io/distroless/static:latest AS distroless
56
57
FROM $BASE_IMAGE
0 commit comments