feat: bump runner version (#705)
* feat: bump runner version * feat: remove deprecated env var * docs: updating the docs Co-authored-by: Callum James Tait <[email protected]>
This commit is contained in:
co-authored by
Callum James Tait
parent
29260549fa
commit
743e6d6202
@@ -48,7 +48,7 @@ RUN adduser --disabled-password --gecos "" --uid 1000 runner \
|
||||
&& echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
ARG RUNNER_VERSION=2.278.0
|
||||
ARG RUNNER_VERSION=2.279.0
|
||||
ARG DOCKER_CHANNEL=stable
|
||||
ARG DOCKER_VERSION=19.03.13
|
||||
ARG DEBUG=false
|
||||
|
||||
Reference in New Issue
Block a user