[APACHE] Bump to 7.4.24

CERTFR-2021-AVI-731
This commit is contained in:
thopic 2021-09-24 13:55:15 +02:00
parent 920a458d38
commit 3dc716ce5f
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.21-apache
from php:7.4.24-apache
RUN a2enmod remoteip rewrite
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.21
image: my_apache:7.4.24
container_name: apache
networks:
- proxy

View File

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

View File

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