1
0
mirror of synced 2026-06-13 09:10:48 +00:00

Update to Kubernetes 1.36 and Go 1.26

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2026-06-04 19:09:29 +03:00
parent ed778892df
commit 3e21c27749
6 changed files with 235 additions and 254 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM alpine:3.23 AS builder
RUN apk add --no-cache ca-certificates curl
ARG ARCH=linux/amd64
ARG KUBECTL_VER=1.35.0
ARG KUBECTL_VER=1.36.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