[PHP] Bump to 7.4.32
This commit is contained in:
parent
f0df8c9488
commit
e99bf69fa0
@ -1,4 +1,4 @@
|
|||||||
from php:7.4.29-apache
|
from php:7.4.32-apache
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
apache:
|
apache:
|
||||||
build: .
|
build: .
|
||||||
image: my_apache:7.4.29
|
image: my_apache:7.4.32
|
||||||
container_name: apache
|
container_name: apache
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: ..
|
build: ..
|
||||||
image: my_apache:7.4.29
|
image: my_apache:7.4.32
|
||||||
container_name: maintenance
|
container_name: maintenance
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
apache-test:
|
apache-test:
|
||||||
build: ..
|
build: ..
|
||||||
image: my_apache:7.4.29
|
image: my_apache:7.4.32
|
||||||
container_name: apache-test
|
container_name: apache-test
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user