Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
This commit is to update runner version to 2.283.2
  • Loading branch information
kuju63 authored Sep 30, 2021
1 parent 24ba423 commit c3539e6
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 @@ -18,7 +18,7 @@ RUN apt-get update && \
rm -rf /var/cache/apt/* && \
adduser --disabled-password --gecos "" runner

ARG runner_version="2.283.1"
ARG runner_version="2.283.2"
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 c3539e6

Please sign in to comment.