Skip to content

Commit

Permalink
Update docker to v19.03.12
Browse files Browse the repository at this point in the history
  • Loading branch information
summerwind committed Aug 1, 2020
1 parent e642632 commit 3223480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/Makefile
Original file line number Diff line number Diff line change
@@ -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} .
Expand Down

0 comments on commit 3223480

Please sign in to comment.