From 16d61a399e19d45855647f1ac4a1b1b843203cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:17:23 +0000 Subject: [PATCH] chore(deps): bump actions/actions-runner from 2.333.0 to 2.333.1 Bumps [actions/actions-runner](https://github.com/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 ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e3407d..e69bead 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 RUN sudo apt update -y && \ sudo apt install -y curl wget git-all rsync && \