[PHP] Bump to 7.4.28

CERTFR-2022-AVI-161
This commit is contained in:
thopic 2022-02-24 17:29:22 +01:00
parent 282f18bf4d
commit 0ce3d3b38c
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.26-apache
from php:7.4.28-apache
RUN apt-get update && apt-get install -y \
git \

View File

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

View File

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

View File

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