Skip to content

Commit 1642ed8

Browse files
build(deps): bump alpine from 3.18.0 to 3.18.2 (dexidp#3008)
Bumps alpine from 3.18.0 to 3.18.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e4d724 commit 1642ed8

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.0 AS stager
35+
FROM alpine:3.18.2 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.0 AS gomplate
41+
FROM alpine:3.18.2 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.0 AS alpine
54+
FROM alpine:3.18.2 AS alpine
5555
FROM gcr.io/distroless/static:latest AS distroless
5656

5757
FROM $BASE_IMAGE

0 commit comments

Comments
 (0)