From 52aa96e449eecc729a64173413c69b69b35d58ad Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Fri, 9 Dec 2022 00:39:20 +0000 Subject: [PATCH] updated kubectl to v1.25.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75b3822..173c91d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.15.4 MAINTAINER Serhiy Mitrovtsiy -ARG KUBE_VERSION="v1.25.4" +ARG KUBE_VERSION="v1.25.5" COPY entrypoint.sh /entrypoint.sh