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

docker: update to php 8.2

parent 84a48b97
No related branches found
No related tags found
No related merge requests found
# #
# GENERATED BY init.sh - template: ./templates/web-server-Dockerfile - 42dce773c83597a7d05af398bdd66d15 # GENERATED BY init.sh - template: ./templates/web-server-Dockerfile - 42dce773c83597a7d05af398bdd66d15
# #
FROM php:8.1-apache FROM php:8.2-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.1-apache" image: "php:8.2-apache"
container_name: 'adminlte-renderer-server' container_name: 'adminlte-renderer-server'
ports: ports:
- '${APP_PORT}:80' - '${APP_PORT}:80'
......
...@@ -17,7 +17,7 @@ APP_APT_PACKAGES="git unzip zip" ...@@ -17,7 +17,7 @@ APP_APT_PACKAGES="git unzip zip"
#APP_APACHE_MODULES="rewrite" #APP_APACHE_MODULES="rewrite"
APP_APACHE_MODULES="rewrite" APP_APACHE_MODULES="rewrite"
APP_PHP_VERSION=8.1 APP_PHP_VERSION=8.2
# APP_PHP_MODULES="curl pdo_mysql mbstring xml zip xdebug" # APP_PHP_MODULES="curl pdo_mysql mbstring xml zip xdebug"
APP_PHP_MODULES="" APP_PHP_MODULES=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment