From fd0c7ee1717765f350a344e124a7674663ce7723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Wed, 19 Jun 2024 15:10:20 +0200 Subject: [PATCH] deps(kubectl): bump base image to 5.2.26-alpine3.20 --- Dockerfile.kubectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.kubectl b/Dockerfile.kubectl index 7fa976ce..4654210e 100644 --- a/Dockerfile.kubectl +++ b/Dockerfile.kubectl @@ -1,4 +1,4 @@ -FROM bash:5.2.15-alpine3.17 +FROM bash:5.2.26-alpine3.20 ARG TARGETARCH ARG TARGETOS