From 3db25fc599310d100b324d991ddea3fc673e9aca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 00:01:03 +0000 Subject: [PATCH] Update cimg/php Docker tag to v8.3.10 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fca01e55..0823d299 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: jobs: # a collection of steps dusk: # runs not using Workflows must have a `build` job as entry point docker: # run the steps with Docker - - image: cimg/php:8.2.10-browsers # ...with this image as the primary container; this is where all `steps` will run + - image: cimg/php:8.3.10-browsers # ...with this image as the primary container; this is where all `steps` will run auth: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var reference