We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbbc99 commit fca3caaCopy full SHA for fca3caa
kubectl-helm-az/Dockerfile
@@ -4,7 +4,7 @@ FROM lachlanevenson/k8s-kubectl:v1.25.4
4
# We build our own base az alpine image becase all official images currently
5
# have security vulnerabilities (as of mcr.microsoft.com/azure-cli:2.0.64).
6
# Ref: https://github.com/Azure/azure-cli/issues/9167
7
-FROM alpine:3.20
+FROM alpine:3.21
8
ENV AZ 2.0.64
9
RUN apk add -U python3 bash ca-certificates && \
10
apk add --virtual=build gcc python3-dev musl-dev libffi-dev openssl-dev make && \
0 commit comments