From 23d3be2650050357366a8c028bffd8d351307a16 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Wed, 4 Feb 2026 12:57:13 +0100 Subject: [PATCH] Bump hook to 0.8.1 --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index 4474ec76926..6fa4b1dcc0d 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -21,7 +21,7 @@ RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-c && unzip ./runner-container-hooks.zip -d ./k8s \ && rm runner-container-hooks.zip -RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-container-hooks/releases/download/v0.8.0/actions-runner-hooks-k8s-0.8.0.zip \ +RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-container-hooks/releases/download/v0.8.1/actions-runner-hooks-k8s-0.8.1.zip \ && unzip ./runner-container-hooks.zip -d ./k8s-novolume \ && rm runner-container-hooks.zip