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

Commit a6def76

Browse files
committed
update ghar to 2.297.0 + kaniko to 1.9.1
1 parent e915d07 commit a6def76

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)