Skip to content

Commit

Permalink
update php image version to 8-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Jun 6, 2023
1 parent 195964e commit f8cd7d1
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 f8cd7d1

Please sign in to comment.