feat: bump docker and hooks in 20.04 (#2063)

Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
Callum Tait 2022-12-01 21:40:12 +00:00 committed by GitHub
parent 63d2cbfdaa
commit c1fb793773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ on:
env:
RUNNER_VERSION: 2.299.1
DOCKER_VERSION: 20.10.12
RUNNER_CONTAINER_HOOKS_VERSION: 0.1.2
DOCKER_VERSION: 20.10.21
RUNNER_CONTAINER_HOOKS_VERSION: 0.1.3
DOCKERHUB_USERNAME: summerwind
jobs:

View File

@ -7,8 +7,8 @@ OS_IMAGE ?= ubuntu-20.04
TARGETPLATFORM ?= $(shell arch)
RUNNER_VERSION ?= 2.299.1
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.2
DOCKER_VERSION ?= 20.10.18
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.3
DOCKER_VERSION ?= 20.10.21
# default list of platforms for which multiarch image is built
ifeq (${PLATFORMS}, )