diff --git a/Dockerfile b/Dockerfile index c801b6e7..8de2f714 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # `default` is the production docker image which cannot be built locally. # For local dev and testing purposes, please build and use the `dev` docker image. -FROM docker.mirror.hashicorp.services/alpine:3.21.0 AS dev +FROM docker.mirror.hashicorp.services/alpine:3.21.1 AS dev RUN addgroup vault && \ adduser -S -G vault vault @@ -24,7 +24,7 @@ USER vault ENTRYPOINT ["/vault-k8s"] # This target creates a production release image for the project. -FROM docker.mirror.hashicorp.services/alpine:3.21.0 AS default +FROM docker.mirror.hashicorp.services/alpine:3.21.1 AS default # PRODUCT_VERSION is the tag built, e.g. v0.1.0 # PRODUCT_REVISION is the git hash built