From 3a9d396a7b8038d975a86113fc9465c49eb17303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:25:18 +0000 Subject: [PATCH] Bump actions/actions-runner from 2.318.0 to 2.319.0 in /images/gh_runner Bumps [actions/actions-runner](https://github.com/actions/runner) from 2.318.0 to 2.319.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.318.0...v2.319.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 a365bb28..e15a70c1 100644 --- a/images/gh_runner/Dockerfile +++ b/images/gh_runner/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/nvidia/holodeck:v0.2.1 AS holodeck # https://github.com/actions/runner/blob/main/images/Dockerfile -FROM ghcr.io/actions/actions-runner:2.318.0 AS runner +FROM ghcr.io/actions/actions-runner:2.319.0 AS runner USER root