Skip to content

Commit a19cd37

Browse files
vitobottamumoshu
authored andcommitted
Bump Docker version
1 parent f2dcb56 commit a19cd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME ?= summerwind/actions-runner
22

33
RUNNER_VERSION ?= 2.168.0
4-
DOCKER_VERSION ?= 19.03.6
4+
DOCKER_VERSION ?= 19.03.8
55

66
docker-build:
77
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

Comments
 (0)