From 0ccac066e563f21b7d6ce3fa6ae90a55fa7be9db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:22:06 +0000 Subject: [PATCH] chore(deps): update ghcr.io/actions/actions-runner docker tag to v2.316.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f9feac..c9341d5 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.316.0 SHELL ["/bin/bash", "-o", "pipefail", "-c"] USER 0