Skip to content

Commit 863d6f3

Browse files
ivankatliarchukIK Renovate Bot
andauthored
chore(deps): update alpine docker tag to v3.22 (kubectl-helm-az/dockerfile) (#1073)
Co-authored-by: IK Renovate Bot <[email protected]>
1 parent 1ffeb67 commit 863d6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubectl-helm-az/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM lachlanevenson/k8s-kubectl:v1.25.4
44
# We build our own base az alpine image becase all official images currently
55
# have security vulnerabilities (as of mcr.microsoft.com/azure-cli:2.0.64).
66
# Ref: https://github.com/Azure/azure-cli/issues/9167
7-
FROM alpine:3.21
7+
FROM alpine:3.22
88
ENV AZ 2.0.64
99
RUN apk add -U python3 bash ca-certificates && \
1010
apk add --virtual=build gcc python3-dev musl-dev libffi-dev openssl-dev make && \

0 commit comments

Comments
 (0)