From 2af7eb19f9ca55ccd0507388198b3a6599a6c48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:02:50 +0000 Subject: [PATCH] Bump myoung34/github-runner Bumps myoung34/github-runner from 2.335.1-ubuntu-jammy to 2.336.0-ubuntu-jammy. --- updated-dependencies: - dependency-name: myoung34/github-runner dependency-version: 2.336.0-ubuntu-jammy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43f4d67..b1e3496 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM myoung34/github-runner:2.335.1-ubuntu-jammy +FROM myoung34/github-runner:2.336.0-ubuntu-jammy ENV YARN_VERSION=1.22.19 ENV DEBIAN_FRONTEND=noninteractive ENV LANG=C.UTF-8