Skip to content

Commit

Permalink
Merge pull request #188 from palantirnet/fix-php-docker-image-name
Browse files Browse the repository at this point in the history
Fix php docker image name in installed circleci config
  • Loading branch information
byrond authored Jun 10, 2022
2 parents 451337d + f19157d commit b1f0714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/install/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
working_directory: ~/${projectname}
docker:
- image: cimg/php:7.4-node-browsers
- image: cimg/php:7.4-browsers
- image: cimg/mysql:5.7
command: --max_allowed_packet=16M
environment:
Expand Down

0 comments on commit b1f0714

Please sign in to comment.