Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20 (kubectl-helm-az/docke…
Browse files Browse the repository at this point in the history
…rfile)
  • Loading branch information
IK Renovate Bot committed May 31, 2024
1 parent 3d7a5d3 commit 31e3c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubectl-helm-az/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM lachlanevenson/k8s-kubectl:v1.25.4
# We build our own base az alpine image becase all official images currently
# have security vulnerabilities (as of mcr.microsoft.com/azure-cli:2.0.64).
# Ref: https://github.com/Azure/azure-cli/issues/9167
FROM alpine:3.19
FROM alpine:3.20
ENV AZ 2.0.64
RUN apk add -U python3 bash ca-certificates && \
apk add --virtual=build gcc python3-dev musl-dev libffi-dev openssl-dev make && \
Expand Down

0 comments on commit 31e3c9a

Please sign in to comment.