Update Dockerfile (#2315)

This commit is contained in:
Ferenc Hammerl
2022-12-15 15:44:07 +01:00
committed by GitHub
parent 6b9e8a6be4
commit 92acb625fb

View File

@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 as build
ARG RUNNER_VERSION ARG RUNNER_VERSION
ARG RUNNER_ARCH="x64" 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 RUN apt update -y && apt install curl unzip -y