From 1e477057ec7af0cb2f36bf5605ac419b12f5c0d7 Mon Sep 17 00:00:00 2001 From: Daniel Brendel Date: Sun, 30 Jun 2024 15:02:23 +0200 Subject: [PATCH] Resolves #200 --- README.md | 2 +- dockerfile | 2 +- public/install/index.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c692e411..f9e9553a 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ GET /cronjob/calendar/reminder?cronpw={your-auth-token} ## System requirements -- PHP ^8.2 +- PHP ^8.3 - MySQL (10.4.27-MariaDB or similar) - SMTP server for e-mailing - Docker with Docker-Compose for containerization diff --git a/dockerfile b/dockerfile index 4cee71fb..63f35139 100644 --- a/dockerfile +++ b/dockerfile @@ -14,7 +14,7 @@ RUN composer install --no-scripts --no-autoloader RUN composer dump-autoload --optimize # Second stage: Apache + PHP setup -FROM php:8.2.0-apache +FROM php:8.3.0-apache # Set the working directory WORKDIR /var/www/html diff --git a/public/install/index.php b/public/install/index.php index 6f03269d..7fa233c3 100644 --- a/public/install/index.php +++ b/public/install/index.php @@ -84,8 +84,8 @@ - PHP 8.2 - = '8.2') ? '': '8.2 required, yours: ' . phpversion() . '') ?> + PHP 8.3 + = '8.3') ? '': '8.3 required, yours: ' . phpversion() . '') ?>