File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22FROM ubuntu:21.04
33
44# set the github runner version
5- ARG RUNNER_VERSION="2.287 .0"
5+ ARG RUNNER_VERSION="2.293 .0"
66
77ENV TZ=Europe/Lisbon
88RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
@@ -24,8 +24,8 @@ RUN set -ex; \
2424
2525# cd into the user directory, download and unzip the github actions runner
2626RUN cd /home/docker && mkdir actions-runner && cd actions-runner \
27- && curl -O -L https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz \
28- && tar xzf ./actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz
27+ && curl -O -L https://github.com/actions/runner/releases/download/v${RUNNER_VERSION= "2.293.0"
28+ && tar xzf ./actions-runner-linux-x64-${RUNNER_VERSION= "2.293.0"
2929
3030# install some additional dependencies
3131RUN chown -R docker ~docker && /home/docker/actions-runner/bin/installdependencies.sh
You can’t perform that action at this time.
0 commit comments