Skip to content

Commit

Permalink
bum: self hosted runner to 2.318.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuju63 committed Aug 20, 2024
2 parents 31b1039 + 1833ae4 commit 2989828
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.312.0"
ARG runner_version="2.318.0"
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 2989828

Please sign in to comment.