1
0
mirror of synced 2025-12-19 17:37:47 -05:00

bump container hook version in runner image (#2881)

This commit is contained in:
Nikola Jokic
2023-09-26 11:13:31 +02:00
committed by GitHub
parent 67d70803a9
commit bf445e2750

View File

@@ -4,7 +4,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy as build
ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.2
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0
ARG DOCKER_VERSION=23.0.6
RUN apt update -y && apt install curl unzip -y