Skip to content

Commit

Permalink
⬆️ Bump runner version to 2.289.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuju63 authored Mar 21, 2022
1 parent 36765dd commit c544d00
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.288.1"
ARG runner_version="2.289.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 c544d00

Please sign in to comment.