From d4fd57835037ef21ffcd7b0d0530bcd958e29150 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Thu, 11 Jul 2024 09:35:05 +0200 Subject: [PATCH] update php to version 8.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4e9cf9..7e1ebc9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV TZ=Europe/Vienna RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get update && apt-get update -y && apt-get install -y software-properties-common && apt-add-repository universe && add-apt-repository ppa:ondrej/php -RUN apt-get update && apt-get install -y apache2 php8.0 libapache2-mod-php8.0 php8.0-mysql apt-utils tzdata nano && apt-get clean +RUN apt-get update && apt-get install -y apache2 php8.3 libapache2-mod-php8.3 php8.3-mysql apt-utils tzdata nano && apt-get clean ENV APACHE_RUN_USER www-data ENV APACHE_RUN_GROUP www-data