update php version to 8.5
Build and Push Docker Container / build-and-push (push) Successful in 2m7s

This commit is contained in:
2026-02-16 10:06:57 +01:00
parent fd881832aa
commit 5021eaa960
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.4-apache
FROM php:8.5-apache
ENV TZ=Europe/Vienna
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone