We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13dce43 + 7837000 commit fe3b2f9Copy full SHA for fe3b2f9
.circleci/config.yml
@@ -5,7 +5,7 @@ orbs:
5
jobs: # a collection of steps
6
dusk: # runs not using Workflows must have a `build` job as entry point
7
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
+ - image: cimg/php:8.3.12-browsers # ...with this image as the primary container; this is where all `steps` will run
9
auth:
10
username: mydockerhub-user
11
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
0 commit comments