Update php Docker tag to v8.4 #2

Merged
git merged 1 commit from renovate/php-8.x into master 2025-06-04 20:11:08 +02:00
Showing only changes of commit 960e3b7c31 - Show all commits

View file

@ -1,5 +1,5 @@
# Verwende ein Basisimage mit PHP
FROM php:8.2-cli
FROM php:8.4-cli
# Setze das Arbeitsverzeichnis
WORKDIR /app