Bump container hook version to 0.5.0 in runner image (#3003)

This commit is contained in:
Nikola Jokic
2023-11-22 14:52:08 +01:00
committed by GitHub
parent a9bae6f37a
commit c7d65c42d6

View File

@@ -4,7 +4,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy as build
ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0
ARG DOCKER_VERSION=24.0.6
ARG BUILDX_VERSION=0.11.2