Merge pull request 'Update php Docker tag to v8.4' (#2) from renovate/php-8.x into master

Reviewed-on: #2
This commit is contained in:
git 2025-06-04 20:11:08 +02:00
commit cc203e0e2c

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