From 9958fc0374820841ec0c131fa1259a442593fb1b Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:00:55 +0100 Subject: [PATCH] Update container hooks version to 0.3.0 (#2492) --- images/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index 315196e49..4699ee82b 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.2.0 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.0 ARG DOCKER_VERSION=20.10.23 RUN apt update -y && apt install curl unzip -y @@ -46,4 +46,4 @@ COPY --chown=runner:docker --from=build /actions-runner . RUN install -o root -g root -m 755 docker/* /usr/bin/ && rm -rf docker -USER runner \ No newline at end of file +USER runner