Upgraded to php 8

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-09-23 08:19:06 +02:00
parent a30519af59
commit 9a8e11e064
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8-apache
EXPOSE 80
RUN apt-get update \
&& apt-get install -y wget \