Docker CLI v19.03.6

This commit is contained in:
Moto Ishizawa 2020-02-19 22:39:58 +09:00
parent cac45f284a
commit 58cac20109
1 changed files with 1 additions and 1 deletions

View File

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