From 0e39b0c9a94af328319dac16840ac2109038b799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:15:20 +0000 Subject: [PATCH] Bump actions/actions-runner from 2.317.0 to 2.318.0 in /images/gh_runner Bumps [actions/actions-runner](https://github.com/actions/runner) from 2.317.0 to 2.318.0. - [Release notes](https://github.com/actions/runner/releases) - [Changelog](https://github.com/actions/runner/blob/main/releaseNote.md) - [Commits](https://github.com/actions/runner/compare/v2.317.0...v2.318.0) --- updated-dependencies: - dependency-name: actions/actions-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- images/gh_runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/gh_runner/Dockerfile b/images/gh_runner/Dockerfile index b7f93c13..9d6534b6 100644 --- a/images/gh_runner/Dockerfile +++ b/images/gh_runner/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/nvidia/holodeck:v0.1.1 AS holodeck # https://github.com/actions/runner/blob/main/images/Dockerfile -FROM ghcr.io/actions/actions-runner:2.317.0 AS runner +FROM ghcr.io/actions/actions-runner:2.318.0 AS runner USER root