From 16b6fb929efcccae5590152db089a22c72599bfd Mon Sep 17 00:00:00 2001 From: Eike Ha <58111764+eksrha@users.noreply.github.com> Date: Wed, 30 Mar 2022 16:52:47 +0200 Subject: [PATCH] Update Dockerfile --- images/base/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/base/Dockerfile b/images/base/Dockerfile index 82fee2a..a4ce1e1 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -10,10 +10,10 @@ ENV GH_RUNNER_WORKDIR="/home/${USERNAME}" ENV GH_KANIKO_WORKDIR="/kaniko/workspace" # https://github.com/actions/runner/releases -ENV GH_RUNNER_VERSION=2.289.1 +ENV GH_RUNNER_VERSION=2.289.2 ENV GH_RUNNER_LABELS=ubuntu-20.04 -ENV AWESOME_CI_VERSION 0.11.1 +ENV AWESOME_CI_VERSION 0.11.2 # making nessecarry directories RUN mkdir /helper-scripts \ @@ -63,4 +63,4 @@ RUN chown -R $USERNAME /home/${USERNAME} # set the entrypoint to the entrypoint.sh script ENTRYPOINT ["/helper-scripts/gh-entrypoint.sh"] -USER $USERNAME \ No newline at end of file +USER $USERNAME