From 7f48558faba4fa9fd7ac06e713766d1b1a09eee5 Mon Sep 17 00:00:00 2001 From: Michele De Simone Date: Tue, 12 Mar 2024 16:45:53 +0100 Subject: [PATCH] feat: update kubectl to 1.25.16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 534fd1f..aa0f8bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:22.04@sha256:a8fe6fd30333dc60fc5306982a7c51385c2091af1e0ee887166b40a905691fd0 -ARG KUBECTL_VERSION=1.22.15 +ARG KUBECTL_VERSION=1.25.16 RUN apt-get update && apt-get install -y curl zip unzip jq ca-certificates curl wget apt-transport-https lsb-release gnupg git gettext-base