Skip to content

Commit

Permalink
chore(deps): update docker (k8s-tools/dockerfile)
Browse files Browse the repository at this point in the history
  • Loading branch information
IK Renovate Bot committed Dec 31, 2024
1 parent 07a1f89 commit e85a31e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# docker run --rm -it test /bin/bash
###
FROM cloudkats/k8s-test-tools:v1.29.3 as tools
FROM cloudkats/helm:3.14.3 as helm
FROM alpine:3.20 as downloader
FROM cloudkats/helm:3.15.1 as helm
FROM alpine:3.21 as downloader

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

FROM alpine:3.20
FROM alpine:3.21

LABEL org.opencontainers.image.authors="cloudkats@gmail.com" \
org.opencontainers.image.vendor="https://github.com/cloudkats" \
Expand Down

0 comments on commit e85a31e

Please sign in to comment.