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.
2 parents e10637c + 3223480 commit bdc1279Copy full SHA for bdc1279
runner/Makefile
@@ -1,7 +1,7 @@
1
NAME ?= summerwind/actions-runner
2
3
-RUNNER_VERSION ?= 2.267.1
4
-DOCKER_VERSION ?= 19.03.8
+RUNNER_VERSION ?= 2.272.0
+DOCKER_VERSION ?= 19.03.12
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