We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e915d07 + a6def76 commit 760927eCopy full SHA for 760927e
2 files changed
images/base/Dockerfile
@@ -13,7 +13,7 @@ ENV GH_RUNNER_WORKDIR="/home/${USERNAME}"
13
ENV GH_KANIKO_WORKDIR="/kaniko/workspace"
14
15
# https://github.com/actions/runner/releases
16
-ENV GH_RUNNER_VERSION=2.296.2
+ENV GH_RUNNER_VERSION=2.297.0
17
ENV GH_RUNNER_LABELS=ubuntu-20.04
18
19
# https://github.com/fullstack-devops/awesome-ci/releases
images/kaniko-sidecar/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gcr.io/kaniko-project/executor:v1.8.1-debug
+FROM gcr.io/kaniko-project/executor:v1.9.1-debug
2
3
COPY kaniko-entrypoint.sh /kaniko/kaniko-entrypoint.sh
4
WORKDIR /
0 commit comments