From 63f5c77de4c77cc3b6015a4b9a8e60a741e8016a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:54:32 +0000 Subject: [PATCH] Bump actions/actions-runner in /images/meat-runner-22.04 Bumps [actions/actions-runner](https://github.com/actions/runner) from 2.315.0 to 2.316.1. - [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.315.0...v2.316.1) --- updated-dependencies: - dependency-name: actions/actions-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- images/meat-runner-22.04/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/meat-runner-22.04/dockerfile b/images/meat-runner-22.04/dockerfile index b543e7c..52f2ca7 100644 --- a/images/meat-runner-22.04/dockerfile +++ b/images/meat-runner-22.04/dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.315.0 +FROM ghcr.io/actions/actions-runner:2.316.1 LABEL org.opencontainers.image.source=https://github.com/synapsestudios/meat-runner SHELL ["/bin/bash", "--login", "-c"]