Skip to content
Snippets Groups Projects
Commit d308d460 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update to php 8.3

parent d0f4e633
No related branches found
No related tags found
1 merge request!16Update renderer class; update docker env to PHP 8.3
#
# 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
......
......@@ -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'
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment