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 16666e1 commit ead26abCopy full SHA for ead26ab
runner/Makefile
@@ -7,7 +7,7 @@ OS_IMAGE ?= ubuntu-22.04
7
TARGETPLATFORM ?= $(shell arch)
8
9
RUNNER_VERSION ?= 2.309.0
10
-RUNNER_CONTAINER_HOOKS_VERSION ?= 0.3.2
+RUNNER_CONTAINER_HOOKS_VERSION ?= 0.4.0
11
DOCKER_VERSION ?= 20.10.23
12
13
# default list of platforms for which multiarch image is built
runner/VERSION
@@ -1,2 +1,2 @@
1
RUNNER_VERSION=2.309.0
2
-RUNNER_CONTAINER_HOOKS_VERSION=0.3.2
+RUNNER_CONTAINER_HOOKS_VERSION=0.4.0
0 commit comments