From eceaafe569a3732f7b9abd234d3994d229236b2f Mon Sep 17 00:00:00 2001 From: Dick Visser Date: Thu, 24 Oct 2024 13:56:37 +0200 Subject: [PATCH] bump to php 8.3 --- README.md | 2 +- docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13a8b52..37ffe47 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ # SimpleSAMLphp -This image is pre-configured with Apache 2.4, php 8.2 and SSP. +This image is pre-configured with Apache 2.4, php 8.3 and SSP. The behavior of the image can be controlled with * environmental variables * mounting custom configuration and certificates diff --git a/docker/Dockerfile b/docker/Dockerfile index 2de8750..dbc238d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-apache +FROM php:8.3-apache # Simplify installing php extensions. See COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/