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

Commit b9109e8

Browse files
authored
Update Dockerfile
1 parent af6b9fb commit b9109e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/base/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ 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.299.1
16+
ENV GH_RUNNER_VERSION=2.300.2
1717
ENV GH_RUNNER_LABELS=ubuntu-20.04
1818

1919
# https://github.com/fullstack-devops/awesome-ci/releases
20-
ENV AWESOME_CI_VERSION 0.13.0
20+
ENV AWESOME_CI_VERSION 1.1.0
2121
# https://github.com/samuong/alpaca/releases
2222
ENV ALPACA_VERSION 1.3.2
2323

@@ -42,7 +42,7 @@ RUN apt-get update \
4242

4343
# install awesoeme ci
4444
RUN export ARCH=$(/helper-scripts/translate-aarch.sh a-short) \
45-
&& curl -L -O https://github.com/fullstack-devops/awesome-ci/releases/download/${AWESOME_CI_VERSION}/awesome-ci_${AWESOME_CI_VERSION}_${ARCH} \
45+
&& curl -L -O https://github.com/fullstack-devops/awesome-ci/releases/download/${AWESOME_CI_VERSION}/awesome-ci_${AWESOME_CI_VERSION}_linux_${ARCH} \
4646
&& mv awesome-ci_${AWESOME_CI_VERSION}_${ARCH} /usr/local/src/awesome-ci \
4747
&& chmod +x /usr/local/src/awesome-ci \
4848
&& ln -s /usr/local/src/awesome-ci /usr/local/bin/

0 commit comments

Comments
 (0)