From c60b491d2447182ccd9358a6b56e24cb9534183a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:26:02 +0000 Subject: [PATCH] chore(deps): update ghcr.io/actions/actions-runner docker tag to v2.318.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dba4615..d75688b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.317.0 +FROM ghcr.io/actions/actions-runner:2.318.0 SHELL ["/bin/bash", "-o", "pipefail", "-c"] USER 0