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

Commit 90b919a

Browse files
authored
Merge pull request #9 from fullstack-devops/bugfix/upgrade-gh-runner-2.289.2
Update Dockerfile
2 parents d6c2ab6 + 16b6fb9 commit 90b919a

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
@@ -10,10 +10,10 @@ ENV GH_RUNNER_WORKDIR="/home/${USERNAME}"
1010
ENV GH_KANIKO_WORKDIR="/kaniko/workspace"
1111

1212
# https://github.com/actions/runner/releases
13-
ENV GH_RUNNER_VERSION=2.289.1
13+
ENV GH_RUNNER_VERSION=2.289.2
1414
ENV GH_RUNNER_LABELS=ubuntu-20.04
1515

16-
ENV AWESOME_CI_VERSION 0.11.1
16+
ENV AWESOME_CI_VERSION 0.11.2
1717

1818
# making nessecarry directories
1919
RUN mkdir /helper-scripts \
@@ -63,4 +63,4 @@ RUN chown -R $USERNAME /home/${USERNAME}
6363
# set the entrypoint to the entrypoint.sh script
6464
ENTRYPOINT ["/helper-scripts/gh-entrypoint.sh"]
6565

66-
USER $USERNAME
66+
USER $USERNAME

0 commit comments

Comments
 (0)