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 9099b27Copy full SHA for 9099b27
.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 4ECB as the primary container; this is where all `steps` will run
+ - image: cimg/php:8.3.13-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