diff --git a/images/Dockerfile b/images/Dockerfile index 4699ee82b..d30263e3c 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 as build ARG RUNNER_VERSION ARG RUNNER_ARCH="x64" -ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.0 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.1 ARG DOCKER_VERSION=20.10.23 RUN apt update -y && apt install curl unzip -y