[PHP] Bump to 7.4.25

This commit is contained in:
thopic 2021-11-10 01:38:24 +01:00
parent 71c5df980d
commit e6aac6339f
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
from php:7.4.24-apache from php:7.4.25-apache
RUN a2enmod remoteip rewrite RUN a2enmod remoteip rewrite
RUN echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf RUN echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
apache: apache:
build: . build: .
image: my_apache:7.4.24 image: my_apache:7.4.25
container_name: apache container_name: apache
networks: networks:
- proxy - proxy

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
web: web:
build: .. build: ..
image: my_apache:7.4.24 image: my_apache:7.4.25
container_name: maintenance container_name: maintenance
networks: networks:
- proxy - proxy

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
apache-test: apache-test:
build: .. build: ..
image: my_apache:7.4.24 image: my_apache:7.4.25
container_name: apache-test container_name: apache-test
networks: networks:
- proxy - proxy