chore(deps): update alpine docker tag to v3.21
This commit is contained in:
parent
143c40d496
commit
a081106d3f
2 changed files with 2 additions and 2 deletions
|
@ -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 mkdir -p ~/.kube
|
||||
|
|
|
@ -11,7 +11,7 @@ RUN make bootstrap
|
|||
RUN make bin
|
||||
|
||||
# Final image based on openbao Dockerfile
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
ARG NAME=openbao
|
||||
|
||||
# Create a non-root user to run the software.
|
||||
|
|
Loading…
Reference in a new issue