From 70746ff593636b07ad251a1525a3fabd1a7a36e9 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Wed, 26 Jun 2024 14:56:33 +0200 Subject: [PATCH] Bump hook version to 0.6.1 (#3350) --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index 707da217691..39f1ab05674 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -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.6.0 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 ARG DOCKER_VERSION=25.0.5 ARG BUILDX_VERSION=0.13.2