Skip to content

Commit 37a7046

Browse files
author
IK Renovate Bot
committed
chore(deps): update docker (k8s-tools/dockerfile)
1 parent c411981 commit 37a7046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

k8s-tools/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# docker run --rm -it test /bin/bash
66
###
77
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
8+
FROM cloudkats/helm:3.15.1 as helm
9+
FROM alpine:3.21 as downloader
1010

1111
# hadolint ignore=DL3018,DL3019
1212
RUN apk update && apk add --no-cache ca-certificates \
@@ -28,7 +28,7 @@ ARG YQ_BINARY=yq_linux_amd64
2828
RUN wget --progress=dot:giga https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/${YQ_BINARY} -O /usr/bin/yq &&\
2929
chmod +x /usr/bin/yq
3030

31-
FROM alpine:3.20
31+
FROM alpine:3.21
3232

3333
LABEL org.opencontainers.image.authors="[email protected]" \
3434
org.opencontainers.image.vendor="https://github.com/cloudkats" \

0 commit comments

Comments
 (0)