[PHP] Bump to 7.4.21

CERTFR-2021-AVI-501
This commit is contained in:
thopic 2021-07-06 10:02:19 +02:00
parent f9c0974323
commit 42da47a706
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.20-apache
from php:7.4.21-apache
RUN a2enmod remoteip
RUN echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf

View File

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

View File

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

View File

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