From ead26ab18f823cddb4eb5b497d975ab848af21b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:12:32 +0200 Subject: [PATCH] Updates: container-hooks to v0.4.0 (#2928) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- runner/Makefile | 2 +- runner/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runner/Makefile b/runner/Makefile index 02fcdd60..5d87b064 100644 --- a/runner/Makefile +++ b/runner/Makefile @@ -7,7 +7,7 @@ OS_IMAGE ?= ubuntu-22.04 TARGETPLATFORM ?= $(shell arch) RUNNER_VERSION ?= 2.309.0 -RUNNER_CONTAINER_HOOKS_VERSION ?= 0.3.2 +RUNNER_CONTAINER_HOOKS_VERSION ?= 0.4.0 DOCKER_VERSION ?= 20.10.23 # default list of platforms for which multiarch image is built diff --git a/runner/VERSION b/runner/VERSION index f19b2d5a..5a136ee2 100644 --- a/runner/VERSION +++ b/runner/VERSION @@ -1,2 +1,2 @@ RUNNER_VERSION=2.309.0 -RUNNER_CONTAINER_HOOKS_VERSION=0.3.2 \ No newline at end of file +RUNNER_CONTAINER_HOOKS_VERSION=0.4.0 \ No newline at end of file