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
Branches
No related tags found
1 merge request!16Update renderer class; update docker env to PHP 8.3
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
# #
# GENERATED BY init.sh - template: ./templates/web-server-Dockerfile - 42dce773c83597a7d05af398bdd66d15 # GENERATED BY init.sh - template: ./templates/web-server-Dockerfile - 42dce773c83597a7d05af398bdd66d15
# #
FROM php:8.2-apache FROM php:8.3-apache
# install packages # install packages
RUN apt-get update && apt-get install -y git unzip zip RUN apt-get update && apt-get install -y git unzip zip
......
...@@ -19,7 +19,7 @@ services: ...@@ -19,7 +19,7 @@ services:
build: build:
context: . context: .
dockerfile: ./containers/web-server/Dockerfile dockerfile: ./containers/web-server/Dockerfile
image: "php:8.2-apache" image: "php:8.3-apache"
container_name: 'adminlte-renderer-server' container_name: 'adminlte-renderer-server'
ports: ports:
- '${APP_PORT}:80' - '${APP_PORT}:80'
......
...@@ -18,7 +18,7 @@ The AdminLTE renderer is a PHP class offers several methods to render ...@@ -18,7 +18,7 @@ The AdminLTE renderer is a PHP class offers several methods to render
* buttons * 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 ## Screenshots
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment