diff --git a/Dockerfile b/Dockerfile index fea7806..875cb93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM composer:2.1.3 as composer ######################################## -FROM php:7.4.12-apache AS prod +FROM php:8.2.2-apache AS prod RUN (curl -sL https://deb.nodesource.com/setup_19.x | bash) \ && apt-get update \