Skip to content

Commit

Permalink
Updates: container-hooks to v0.3.1 (#2580)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 12, 2023
1 parent 5ba3805 commit e930ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion runner/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
RUNNER_VERSION=2.304.0
RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
RUNNER_CONTAINER_HOOKS_VERSION=0.3.1

1 comment on commit e930ba6

@13566778888
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

runner/Makefile

Please sign in to comment.