From 2908cfcb915d4c7b2746e0427af2cd245e9a0862 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 09:30:47 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c8bb96..fde8708 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM gitea/act_runner:latest-dind-rootless FROM bitnami/kubectl:1.30.4 AS kubectl +FROM gitea/act_runner:latest-dind-rootless COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/ COPY --from=kubectl /opt/bitnami/common/bin/yq /usr/local/bin/