Skip to content

Commit

Permalink
feat: update runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa committed Mar 29, 2024
1 parent 7f48558 commit b66bf26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apt-get update && apt-get install -y curl zip unzip jq ca-certificates curl
RUN mkdir actions-runner
WORKDIR /actions-runner

RUN GITHUB_RUNNER_VERSION="2.298.2" && \
GITHUB_RUNNER_VERSION_SHA="0bfd792196ce0ec6f1c65d2a9ad00215b2926ef2c416b8d97615265194477117" && \
RUN GITHUB_RUNNER_VERSION="2.314.1" && \
GITHUB_RUNNER_VERSION_SHA="6c726a118bbe02cd32e222f890e1e476567bf299353a96886ba75b423c1137b5" && \
curl -o actions-runner-linux-x64-${GITHUB_RUNNER_VERSION}.tar.gz -L https://github.com/actions/runner/releases/download/v${GITHUB_RUNNER_VERSION}/actions-runner-linux-x64-${GITHUB_RUNNER_VERSION}.tar.gz && \
echo "${GITHUB_RUNNER_VERSION_SHA} actions-runner-linux-x64-${GITHUB_RUNNER_VERSION}.tar.gz" | sha256sum -c && \
tar xzf ./actions-runner-linux-x64-${GITHUB_RUNNER_VERSION}.tar.gz && \
Expand Down

0 comments on commit b66bf26

Please sign in to comment.