diff --git a/Dockerfile b/Dockerfile index ce74b413a..a67acbd3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use the php:8.3-fpm-alpine base image -FROM php:8.3-fpm-alpine +# Use the php:8.2-fpm-alpine base image +FROM php:8.2-fpm-alpine # Set working directory to /var/www/html WORKDIR /var/www/html diff --git a/README.md b/README.md index 43ad694b2..80d1b8629 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ See instructions to run Wallos below. #### Baremetal - NGINX or APACHE websever running -- PHP 8.3 with the following modules enabled: +- PHP 8.2 with the following modules enabled: - curl - gd - imagick