From 665fc4a9e160870f293dc42de615676984a35f99 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 09:45:13 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fde8708..4d614a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM bitnami/kubectl:1.30.4 AS kubectl -FROM gitea/act_runner:latest-dind-rootless +FROM ghcr.io/catthehacker/ubuntu:full-latest COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/ COPY --from=kubectl /opt/bitnami/common/bin/yq /usr/local/bin/