Update docker to v19.03.12

This commit is contained in:
Moto Ishizawa 2020-08-01 17:28:40 +09:00
parent e642632a50
commit 3223480bc0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
NAME ?= summerwind/actions-runner
RUNNER_VERSION ?= 2.272.0
DOCKER_VERSION ?= 19.03.8
DOCKER_VERSION ?= 19.03.12
docker-build:
docker build --build-arg RUNNER_VERSION=${RUNNER_VERSION} --build-arg DOCKER_VERSION=${DOCKER_VERSION} -t ${NAME}:latest -t ${NAME}:v${RUNNER_VERSION} .