chore(deps): update alpine docker tag to v3.21
All checks were successful
/ build-deployer (push) Successful in 26s
/ build-openbao (push) Successful in 10m17s

This commit is contained in:
Renovate Bot 2024-12-05 23:01:57 +00:00
parent 143c40d496
commit a081106d3f
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
FROM library/alpine:3.20 FROM library/alpine:3.21
RUN apk add --no-cache nodejs git bash helm kubectl RUN apk add --no-cache nodejs git bash helm kubectl
RUN mkdir -p ~/.kube RUN mkdir -p ~/.kube

View file

@ -11,7 +11,7 @@ RUN make bootstrap
RUN make bin RUN make bin
# Final image based on openbao Dockerfile # Final image based on openbao Dockerfile
FROM alpine:3.20 FROM alpine:3.21
ARG NAME=openbao ARG NAME=openbao
# Create a non-root user to run the software. # Create a non-root user to run the software.