Skip to content

Commit e930ba6

Browse files
Updates: container-hooks to v0.3.1 (#2580)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5ba3805 commit e930ba6

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.304.0
10-
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.2.0
10+
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.3.1
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.304.0
2-
RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
2+
RUNNER_CONTAINER_HOOKS_VERSION=0.3.1

0 commit comments

Comments
 (0)