Skip to content

Commit

Permalink
Bump alpine from 3.21.0 to 3.21.2 (#337)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.21.0 to 3.21.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>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 1c04ceb commit 9c251db
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.21.0 AS dev
FROM docker.mirror.hashicorp.services/alpine:3.21.2 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.21.0 AS default
FROM docker.mirror.hashicorp.services/alpine:3.21.2 AS default

ARG PRODUCT_VERSION
ARG PRODUCT_REVISION
Expand Down

0 comments on commit 9c251db

Please sign in to comment.