Skip to content

Commit a128f42

Browse files
Bump to v2.293.0
1 parent 798346a commit a128f42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM 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

77
ENV TZ=Europe/Lisbon
88
RUN 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
2626
RUN 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
3131
RUN chown -R docker ~docker && /home/docker/actions-runner/bin/installdependencies.sh

0 commit comments

Comments
 (0)