Skip to content

Commit

Permalink
build(deps): bump alpine from 3.15.1 to 3.19.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.15.1 to 3.19.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent d6af065 commit b5b25d0
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.19.1 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.19.1 AS gomplate

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit b5b25d0

Please sign in to comment.