From bf445e2750846bb5b862a17339da299f932b1017 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Tue, 26 Sep 2023 11:13:31 +0200 Subject: [PATCH] bump container hook version in runner image (#2881) --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index 9537e07da..89b638205 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.3.2 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0 ARG DOCKER_VERSION=23.0.6 RUN apt update -y && apt install curl unzip -y