Bump container hooks version to 0.3.1 (#2496)

This commit is contained in:
Tingluo Huang
2023-03-20 10:53:47 -04:00
committed by GitHub
parent 9958fc0374
commit 440c81b770

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