From 1ad9298aaa8c114c78747792c784317ee7531c73 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 08:28:15 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8747c92..2266360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ 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/kubectl/bin/yq /usr/local/bin/ +COPY --from=kubectl /opt/bitnami/common/bin/yq /usr/local/bin/ ENTRYPOINT /bin/bash \ No newline at end of file