Skip to content

Commit ead26ab

Browse files
Updates: container-hooks to v0.4.0 (actions#2928)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16666e1 commit ead26ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OS_IMAGE ?= ubuntu-22.04
77
TARGETPLATFORM ?= $(shell arch)
88

99
RUNNER_VERSION ?= 2.309.0
10-
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.3.2
10+
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.4.0
1111
DOCKER_VERSION ?= 20.10.23
1212

1313
# default list of platforms for which multiarch image is built

runner/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
RUNNER_VERSION=2.309.0
2-
RUNNER_CONTAINER_HOOKS_VERSION=0.3.2
2+
RUNNER_CONTAINER_HOOKS_VERSION=0.4.0

0 commit comments

Comments
 (0)