1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Update dependencies to Kubernetes v1.34.1 and Go 1.25.2

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2025-10-08 18:42:48 +03:00
parent d5a2c66746
commit 767f235f94
5 changed files with 244 additions and 243 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine:3.22 AS builder
RUN apk add --no-cache ca-certificates curl
ARG ARCH=linux/amd64
ARG KUBECTL_VER=1.34.0
ARG KUBECTL_VER=1.34.1
RUN curl -sL https://dl.k8s.io/release/v${KUBECTL_VER}/bin/${ARCH}/kubectl \
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl