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