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 5ba3805 commit e930ba6Copy full SHA for e930ba6
runner/Makefile
@@ -7,7 +7,7 @@ OS_IMAGE ?= ubuntu-22.04
7
TARGETPLATFORM ?= $(shell arch)
8
9
RUNNER_VERSION ?= 2.304.0
10
-RUNNER_CONTAINER_HOOKS_VERSION ?= 0.2.0
+RUNNER_CONTAINER_HOOKS_VERSION ?= 0.3.1
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.304.0
2
-RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
+RUNNER_CONTAINER_HOOKS_VERSION=0.3.1
0 commit comments