Skip to content

Commit 70d7a2c

Browse files
Merge pull request #3069 from dexidp/dependabot/docker/alpine-3.18.3
build(deps): bump alpine from 3.18.2 to 3.18.3
2 parents c2747bd + fbbac8c commit 70d7a2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ COPY . .
3232
RUN make release-binary
3333
RUN xx-verify /go/bin/dex && xx-verify /go/bin/docker-entrypoint
3434

35-
FROM alpine:3.18.2 AS stager
35+
FROM alpine:3.18.3 AS stager
3636

3737
RUN mkdir -p /var/dex
3838
RUN mkdir -p /etc/dex
3939
COPY config.docker.yaml /etc/dex/
4040

41-
FROM alpine:3.18.2 AS gomplate
41+
FROM alpine:3.18.3 AS gomplate
4242

4343
ARG TARGETOS
4444
ARG TARGETARCH
@@ -51,7 +51,7 @@ RUN wget -O /usr/local/bin/gomplate \
5151
&& chmod +x /usr/local/bin/gomplate
5252

5353
# For Dependabot to detect base image versions
54-
FROM alpine:3.18.2 AS alpine
54+
FROM alpine:3.18.3 AS alpine
5555
FROM gcr.io/distroless/static:latest AS distroless
5656

5757
FROM $BASE_IMAGE

0 commit comments

Comments
 (0)