From 57eff41e07e1de79c1966075418e9696b0da075e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:25:43 +0000 Subject: [PATCH] :arrow_up: [ Docker ] (deps): Bump actions/actions-runner Bumps the docker-minor-patch group with 1 update: [actions/actions-runner](https://github.com/actions/runner). Updates `actions/actions-runner` from 2.333.0 to 2.333.1 - [Release notes](https://github.com/actions/runner/releases) - [Changelog](https://github.com/actions/runner/blob/v2.333.1/releaseNote.md) - [Commits](https://github.com/actions/runner/compare/v2.333.0...v2.333.1) --- updated-dependencies: - dependency-name: actions/actions-runner dependency-version: 2.333.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-minor-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c49fca8..7a75d69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.333.0 +FROM ghcr.io/actions/actions-runner:2.333.1 USER root