Skip to content

Commit

Permalink
patch: bump runner to 2.305.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuju63 authored Jun 18, 2023
2 parents 82ec161 + 92b7e77 commit 110d4e9
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.304.0"
ARG runner_version="2.305.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 110d4e9

Please sign in to comment.