Skip to content

Commit

Permalink
Merge pull request #2456 from dexidp/dependabot/docker/alpine-3.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 29, 2022
2 parents 897ae8d + 6692759 commit 2ebcd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ COPY . .

RUN make release-binary

FROM alpine:3.15.1 AS stager
FROM alpine:3.15.3 AS stager

RUN mkdir -p /var/dex
RUN mkdir -p /etc/dex
COPY config.docker.yaml /etc/dex/

FROM alpine:3.15.1 AS gomplate
FROM alpine:3.15.3 AS gomplate

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 2ebcd70

Please sign in to comment.