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 Mar 23, 2024
1 parent 768532c commit b66878b
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 @@ -4,9 +4,9 @@
# Run:
# docker run --rm -it test /bin/bash
###
FROM cloudkats/k8s-test-tools:v1.27.2 as tools
FROM cloudkats/k8s-test-tools:v1.28.4 as tools
FROM cloudkats/helm:3.13.3 as helm
FROM alpine:3.18 as downloader
FROM alpine:3.19 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.18
FROM alpine:3.19

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

0 comments on commit b66878b

Please sign in to comment.