Skip to content

Commit

Permalink
Bump alpine from 3.18.4 to 3.19.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.4 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 Mar 18, 2024
1 parent d83c4c6 commit cbd0a0a
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.18.4 AS dev
FROM docker.mirror.hashicorp.services/alpine:3.19.1 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.18.4 AS default
FROM docker.mirror.hashicorp.services/alpine:3.19.1 AS default

ARG PRODUCT_VERSION
ARG PRODUCT_REVISION
Expand Down

0 comments on commit cbd0a0a

Please sign in to comment.