Update dependency docker/cli to v20.10.18 (#1803)

This commit is contained in:
David Girón
2022-09-16 03:25:12 +02:00
committed by GitHub
parent d9a8dc7e84
commit e4fd4bc99c
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM ubuntu:20.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.296.2
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.12
ARG DOCKER_VERSION=20.10.18
ARG DUMB_INIT_VERSION=1.2.5
RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)