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 c6391e7 commit 3abefd9Copy full SHA for 3abefd9
DOCS/repository_context.txt
@@ -87692,7 +87692,7 @@ orbs:
87692
jobs: # a collection of steps
87693
dusk: # runs not using Workflows must have a `build` job as entry point
87694
docker: # run the steps with Docker
87695
- - image: cimg/php:8.4.7-browsers # ...with this image as the primary container; this is where all `steps` will run
+ - image: cimg/php:8.4.8-browsers # ...with this image as the primary container; this is where all `steps` will run
87696
auth:
87697
username: mydockerhub-user
87698
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
0 commit comments