From f2fb0c03e8511a800e2cf80251858c6ff03387f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 18:28:48 +0000 Subject: [PATCH] chore(deps): update ghcr.io/actions/actions-runner docker tag to v2.317.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f9feac..dba4615 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.315.0 +FROM ghcr.io/actions/actions-runner:2.317.0 SHELL ["/bin/bash", "-o", "pipefail", "-c"] USER 0