8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6c062 commit c8ae457Copy full SHA for c8ae457
.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.12-browsers # ...with this image as the primary container; this is where all `steps` will run
+ - image: cimg/php:8.4.3-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