Updates: container-hooks to v0.5.0 (#3099)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-11-23 15:49:10 +01:00 committed by GitHub
parent 7793e1974a
commit fb11d3bfd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ OS_IMAGE ?= ubuntu-22.04
TARGETPLATFORM ?= $(shell arch) TARGETPLATFORM ?= $(shell arch)
RUNNER_VERSION ?= 2.311.0 RUNNER_VERSION ?= 2.311.0
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.4.0 RUNNER_CONTAINER_HOOKS_VERSION ?= 0.5.0
DOCKER_VERSION ?= 20.10.23 DOCKER_VERSION ?= 20.10.23
# default list of platforms for which multiarch image is built # default list of platforms for which multiarch image is built

View File

@ -1,2 +1,2 @@
RUNNER_VERSION=2.311.0 RUNNER_VERSION=2.311.0
RUNNER_CONTAINER_HOOKS_VERSION=0.4.0 RUNNER_CONTAINER_HOOKS_VERSION=0.5.0

View File

@ -37,7 +37,7 @@ var (
testResultCMNamePrefix = "test-result-" testResultCMNamePrefix = "test-result-"
RunnerVersion = "2.311.0" RunnerVersion = "2.311.0"
RunnerContainerHooksVersion = "0.4.0" RunnerContainerHooksVersion = "0.5.0"
) )
// If you're willing to run this test via VS Code "run test" or "debug test", // If you're willing to run this test via VS Code "run test" or "debug test",