diff --git a/images/Dockerfile b/images/Dockerfile index 5edf6280f3c..f95a5e47e93 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.4.0 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.1 ARG DOCKER_VERSION=25.0.2 ARG BUILDX_VERSION=0.12.1