We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dcb56 commit a19cd37Copy full SHA for a19cd37
runner/Makefile
@@ -1,7 +1,7 @@
1
NAME ?= summerwind/actions-runner
2
3
RUNNER_VERSION ?= 2.168.0
4
-DOCKER_VERSION ?= 19.03.6
+DOCKER_VERSION ?= 19.03.8
5
6
docker-build:
7
docker build --build-arg RUNNER_VERSION=${RUNNER_VERSION} --build-arg DOCKER_VERSION=${DOCKER_VERSION} -t ${NAME}:latest -t ${NAME}:v${RUNNER_VERSION} .
0 commit comments