From fb75570a8702edd55f661abf64fa8efc1135b67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:09:39 +0000 Subject: [PATCH] Bump actions/actions-runner from 2.318.0 to 2.319.1 in /images/gh_runner Bumps [actions/actions-runner](https://github.com/actions/runner) from 2.318.0 to 2.319.1. - [Release notes](https://github.com/actions/runner/releases) - [Changelog](https://github.com/actions/runner/blob/v2.319.1/releaseNote.md) - [Commits](https://github.com/actions/runner/compare/v2.318.0...v2.319.1) --- 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 a365bb2..6d9f61a 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.1 AS runner USER root