Skip to content

Commit

Permalink
bump: GitHub Runner version to 2.307.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuju63 committed Aug 10, 2023
2 parents 110d4e9 + 2a9be14 commit 4944d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && \
rm -rf /var/cache/apt/* && \
adduser --disabled-password --gecos "" runner

ARG runner_version="2.305.0"
ARG runner_version="2.307.1"
ARG runner_architecture="x64"

RUN curl -OL https://github.com/actions/runner/releases/download/v${runner_version}/actions-runner-linux-${runner_architecture}-${runner_version}.tar.gz && \
Expand Down

0 comments on commit 4944d9c

Please sign in to comment.