Skip to content

Commit a7c28a1

Browse files
Build(deps): bump alpine from 3.21.0 to 3.21.1 (#727)
Bumps alpine from 3.21.0 to 3.21.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a4d3e6 commit a7c28a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# `default` is the production docker image which cannot be built locally.
1313
# For local dev and testing purposes, please build and use the `dev` docker image.
1414

15-
FROM docker.mirror.hashicorp.services/alpine:3.21.0 AS dev
15+
FROM docker.mirror.hashicorp.services/alpine:3.21.1 AS dev
1616

1717
RUN addgroup vault && \
1818
adduser -S -G vault vault
@@ -24,7 +24,7 @@ USER vault
2424
ENTRYPOINT ["/vault-k8s"]
2525

2626
# This target creates a production release image for the project.
27-
FROM docker.mirror.hashicorp.services/alpine:3.21.0 AS default
27+
FROM docker.mirror.hashicorp.services/alpine:3.21.1 AS default
2828

2929
# PRODUCT_VERSION is the tag built, e.g. v0.1.0
3030
# PRODUCT_REVISION is the git hash built

0 commit comments

Comments
 (0)