chore(deps): update alpine docker tag to v3.21 #75

Open
renovatebot wants to merge 1 commit from renovate/alpine-3.x into main
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.