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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ TARGETPLATFORM ?= $(shell arch)
RUNNER_VERSION ?= 2.296.2
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.2
DOCKER_VERSION ?= 20.10.12
DOCKER_VERSION ?= 20.10.18
# default list of platforms for which multiarch image is built
ifeq (${PLATFORMS}, )

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)

View File

@ -4,7 +4,7 @@ ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.296.2
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.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)