From 812af47088b2e4c0fcd215d73d32963585afe6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:57:27 +0200 Subject: [PATCH] Bump myoung34/github-runner from 2.309.0 to 2.310.2 (#258) Bumps myoung34/github-runner from 2.309.0 to 2.310.2. --- updated-dependencies: - dependency-name: myoung34/github-runner dependency-type: direct:production update-type: version-update:semver-minor ... 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 71b17177..0f75cdc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM myoung34/github-runner:2.309.0 +FROM myoung34/github-runner:2.310.2 ENV YARN_VERSION=1.22.19 ENV DEBIAN_FRONTEND=noninteractive ENV LANG=C.UTF-8