From e3c0a8a3e3aa47de6729a7a65e3c01aa32260e76 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 09:47:23 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d614a7..fde8708 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM bitnami/kubectl:1.30.4 AS kubectl -FROM ghcr.io/catthehacker/ubuntu:full-latest +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/