Skip to content

Commit bdc1279

Browse files
authored
Merge pull request #80 from summerwind/runner-v2.272.0
Update runner to v2.272.0
2 parents e10637c + 3223480 commit bdc1279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner/Makefile

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

3-
RUNNER_VERSION ?= 2.267.1
4-
DOCKER_VERSION ?= 19.03.8
3+
RUNNER_VERSION ?= 2.272.0
4+
DOCKER_VERSION ?= 19.03.12
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)