From e9ab8dff40aa7ab38d23015e9f8c166da8b0f5d8 Mon Sep 17 00:00:00 2001 From: Miguel Ribeiro Date: Wed, 11 Dec 2024 23:49:35 +0100 Subject: [PATCH] Revert to php 8.2 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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