mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-15 22:47:13 +00:00
chore: bump docker version (#1094)
* chore: bump docker version Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@ FROM ubuntu:20.04
|
||||
ARG TARGETPLATFORM
|
||||
ARG RUNNER_VERSION=2.287.1
|
||||
ARG DOCKER_CHANNEL=stable
|
||||
ARG DOCKER_VERSION=20.10.8
|
||||
ARG DOCKER_VERSION=20.10.12
|
||||
ARG DUMB_INIT_VERSION=1.2.5
|
||||
|
||||
RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)
|
||||
|
||||
Reference in New Issue
Block a user