Skip to content

Commit 703ad30

Browse files
chore(deps): update cimg/php docker tag to v8.4.7
1 parent 3902f32 commit 703ad30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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.4.3-browsers # ...with this image as the primary container; this is where all `steps` will run
8+
- image: cimg/php:8.4.7-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)