From 2393ea36f8f63dd40e1df107a4ff63d0dae779d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:43:15 +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.335.1 to 2.336.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.335.1...v2.336.0) --- updated-dependencies: - dependency-name: actions/actions-runner dependency-version: 2.336.0 dependency-type: direct:production update-type: version-update:semver-minor 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 0ed2ed8..3f08aba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.335.1 +FROM ghcr.io/actions/actions-runner:2.336.0 ARG PHP_VERSION=all ENV PHP_VERSION_ALL="8.1 8.2 8.3 8.4 8.5" ENV PHP_VERSION_DEFAULT="8.5"