From 92acb625fbd331b147ee74590a3dc75326320a10 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:44:07 +0100 Subject: [PATCH] Update Dockerfile (#2315) --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index 11820673d..83ea6b511 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.1.3 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0 RUN apt update -y && apt install curl unzip -y