diff --git a/Dockerfile b/Dockerfile index 979d21e..4a6830d 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.0-apache AS prod RUN (curl -sL https://deb.nodesource.com/setup_16.x | bash) \ && apt-get update \