From d308d460763c761c91994bd8ffe8aac55f731375 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 5 Dec 2023 16:54:15 +0100 Subject: [PATCH] update to php 8.3 --- docker/containers/web-server/Dockerfile | 2 +- docker/docker-compose.yml | 2 +- docs/10_Description.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/containers/web-server/Dockerfile b/docker/containers/web-server/Dockerfile index 7c3184d..7610b02 100644 --- a/docker/containers/web-server/Dockerfile +++ b/docker/containers/web-server/Dockerfile @@ -1,7 +1,7 @@ # # GENERATED BY init.sh - template: ./templates/web-server-Dockerfile - 42dce773c83597a7d05af398bdd66d15 # -FROM php:8.2-apache +FROM php:8.3-apache # install packages RUN apt-get update && apt-get install -y git unzip zip diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index e83b069..84b9ccf 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -19,7 +19,7 @@ services: build: context: . dockerfile: ./containers/web-server/Dockerfile - image: "php:8.2-apache" + image: "php:8.3-apache" container_name: 'adminlte-renderer-server' ports: - '${APP_PORT}:80' diff --git a/docs/10_Description.md b/docs/10_Description.md index 5d1183f..5c89e4a 100644 --- a/docs/10_Description.md +++ b/docs/10_Description.md @@ -18,7 +18,7 @@ The AdminLTE renderer is a PHP class offers several methods to render * buttons * ... -The class is compatible to PHP 7+8 ... up to PHP 8.2. +The class is compatible to PHP 7+8 ... up to PHP 8.3. ## Screenshots -- GitLab