Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 760927e

Browse files
authored
Merge pull request #39 from fullstack-devops/bugfix/update-ghar-and-kaniko
update ghar to 2.297.0 + kaniko to 1.9.1
2 parents e915d07 + a6def76 commit 760927e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV GH_RUNNER_WORKDIR="/home/${USERNAME}"
1313
ENV GH_KANIKO_WORKDIR="/kaniko/workspace"
1414

1515
# https://github.com/actions/runner/releases
16-
ENV GH_RUNNER_VERSION=2.296.2
16+
ENV GH_RUNNER_VERSION=2.297.0
1717
ENV GH_RUNNER_LABELS=ubuntu-20.04
1818

1919
# https://github.com/fullstack-devops/awesome-ci/releases

images/kaniko-sidecar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/kaniko-project/executor:v1.8.1-debug
1+
FROM gcr.io/kaniko-project/executor:v1.9.1-debug
22

33
COPY kaniko-entrypoint.sh /kaniko/kaniko-entrypoint.sh
44
WORKDIR /

0 commit comments

Comments
 (0)