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