Update container-hooks to 0.3.2 (#2618)

This commit is contained in:
Bassem Dghaidi
2023-05-23 15:35:30 +02:00
committed by GitHub
parent 49b04976f4
commit 8db8bbe13a

View File

@@ -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.1
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.2
ARG DOCKER_VERSION=20.10.23
RUN apt update -y && apt install curl unzip -y