Skip to content

Commit

Permalink
Bump alpine from 3.20.3 to 3.21.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.3 to 3.21.0.

---
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] authored Dec 16, 2024
1 parent 250e611 commit f516392
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 @@ -17,13 +17,13 @@ RUN go build -o vault-csi-provider

# dev runs the binary from devbuild
# -----------------------------------
FROM docker.mirror.hashicorp.services/alpine:3.20.3 AS dev
FROM docker.mirror.hashicorp.services/alpine:3.21.0 AS dev
COPY --from=devbuild /build/vault-csi-provider /bin/
ENTRYPOINT [ "/bin/vault-csi-provider" ]

# Default release image.
# -----------------------------------
FROM docker.mirror.hashicorp.services/alpine:3.20.3 AS default
FROM docker.mirror.hashicorp.services/alpine:3.21.0 AS default

ARG PRODUCT_VERSION
ARG PRODUCT_REVISION
Expand Down

0 comments on commit f516392

Please sign in to comment.