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 c411981 commit 37a7046Copy full SHA for 37a7046
k8s-tools/Dockerfile
@@ -5,8 +5,8 @@
5
# docker run --rm -it test /bin/bash
6
###
7
FROM cloudkats/k8s-test-tools:v1.29.3 as tools
8
-FROM cloudkats/helm:3.14.3 as helm
9
-FROM alpine:3.20 as downloader
+FROM cloudkats/helm:3.15.1 as helm
+FROM alpine:3.21 as downloader
10
11
# hadolint ignore=DL3018,DL3019
12
RUN apk update && apk add --no-cache ca-certificates \
@@ -28,7 +28,7 @@ ARG YQ_BINARY=yq_linux_amd64
28
RUN wget --progress=dot:giga https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/${YQ_BINARY} -O /usr/bin/yq &&\
29
chmod +x /usr/bin/yq
30
31
-FROM alpine:3.20
+FROM alpine:3.21
32
33
LABEL org.opencontainers.image.authors="[email protected]" \
34
org.opencontainers.image.vendor="https://github.com/cloudkats" \
0 commit comments