Skip to content

Commit fe3b2f9

Browse files
authored
Merge pull request #1193 from w3bdesign/renovate/cimg-php-8.x
Update cimg/php Docker tag to v8.3.12
2 parents 13dce43 + 7837000 commit fe3b2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
jobs: # a collection of steps
66
dusk: # runs not using Workflows must have a `build` job as entry point
77
docker: # run the steps with Docker
8-
- image: cimg/php:8.3.10-browsers # ...with this image as the primary container; this is where all `steps` will run
8+
- image: cimg/php:8.3.12-browsers # ...with this image as the primary container; this is where all `steps` will run
99
auth:
1010
username: mydockerhub-user
1111
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference

0 commit comments

Comments
 (0)