diff --git a/runner/Makefile b/runner/Makefile index a6ac4246..fd70582c 100644 --- a/runner/Makefile +++ b/runner/Makefile @@ -7,7 +7,7 @@ OS_IMAGE ?= ubuntu-22.04 TARGETPLATFORM ?= $(shell arch) RUNNER_VERSION ?= 2.304.0 -RUNNER_CONTAINER_HOOKS_VERSION ?= 0.2.0 +RUNNER_CONTAINER_HOOKS_VERSION ?= 0.3.1 DOCKER_VERSION ?= 20.10.23 # default list of platforms for which multiarch image is built diff --git a/runner/VERSION b/runner/VERSION index 591bddba..f10fec25 100644 --- a/runner/VERSION +++ b/runner/VERSION @@ -1,2 +1,2 @@ RUNNER_VERSION=2.304.0 -RUNNER_CONTAINER_HOOKS_VERSION=0.2.0 \ No newline at end of file +RUNNER_CONTAINER_HOOKS_VERSION=0.3.1 \ No newline at end of file