chore: bump runner (#486)

* chore: bump runner

* chore: bumper runner in ci
This commit is contained in:
callum-tait-pbx
2021-04-27 00:38:40 +01:00
committed by GitHub
parent 81dd47a893
commit db45a375d0
5 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ RUN adduser --disabled-password --gecos "" --uid 1000 runner \
&& echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.274.1
ARG RUNNER_VERSION=2.278.0
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=19.03.13
ARG DEBUG=false