From 440c81b7707836bfb5b7a46c0cd9af69909326ed Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Mon, 20 Mar 2023 10:53:47 -0400 Subject: [PATCH] Bump container hooks version to 0.3.1 (#2496) --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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