Skip to content

Commit

Permalink
Bump Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta authored and mumoshu committed Apr 1, 2020
1 parent f2dcb56 commit a19cd37
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.168.0
DOCKER_VERSION ?= 19.03.6
DOCKER_VERSION ?= 19.03.8

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 a19cd37

Please sign in to comment.