Skip to content

Commit

Permalink
Merge pull request #324 from bricas/master
Browse files Browse the repository at this point in the history
update php image version to 8-alpine
  • Loading branch information
l0gicgate committed Jul 23, 2023
2 parents b8e079e + 6f45c91 commit c905826
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 @@ -6,7 +6,7 @@ volumes:

services:
slim:
image: php:7-alpine
image: php:8-alpine
working_dir: /var/www
command: php -S 0.0.0.0:8080 -t public
environment:
Expand Down

0 comments on commit c905826

Please sign in to comment.