Update php Docker tag to v7.4

This commit is contained in:
Renovate Bot 2024-12-13 02:23:40 +00:00
parent 0b2464d0c4
commit d1d2cbdb47

View File

@ -371,7 +371,7 @@ services:
- "traefik.http.services.healthchecks-http.loadbalancer.server.port=8000"
- "traefik.http.routers.healthchecks.middlewares=authchain@docker"
apache:
image: php:7.2-apache
image: php:7.4-apache
volumes:
- ./apache:/var/www/html
ports:
@ -388,7 +388,7 @@ services:
networks:
- backend
apache2:
image: php:7.2-apache
image: php:7.4-apache
volumes:
- ./apache:/var/www/html
ports: