From 14b27216d19f944e3f02a0de1870e2e50976f8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:32:06 +0100 Subject: [PATCH] Bump myoung34/github-runner from 2.314.0 to 2.314.1 (#263) Bumps myoung34/github-runner from 2.314.0 to 2.314.1. --- updated-dependencies: - dependency-name: myoung34/github-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e5e8916..1cdf5931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM myoung34/github-runner:2.314.0 +FROM myoung34/github-runner:2.314.1 ENV YARN_VERSION=1.22.19 ENV DEBIAN_FRONTEND=noninteractive ENV LANG=C.UTF-8