diff --git a/Dockerfile b/Dockerfile index ff57310..9c40958 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM composer:2.0.4 as composer ######################################## -FROM php:7.2.5-apache AS prod +FROM php:7.4.12-apache AS prod RUN apt-get update \ && apt-get install -y --no-install-recommends \