Skip to content

Commit

Permalink
Update Docker image to PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Apr 24, 2020
1 parent 217a913 commit eec07af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:
yang-php:
container_name: yang-php
image: php:7.2-cli
image: php:7.3-cli
volumes:
- .:/var/www
command: /bin/bash -c "cd /var/www; php vendor/bin/phpunit"

0 comments on commit eec07af

Please sign in to comment.