kleinere Fixes

This commit is contained in:
2026-06-14 18:20:12 +02:00
parent cd0d554fef
commit 5063ba80af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# Symfony 7 / PHP 8.2 + erforderliche Extensions
# ==========================================
FROM php:8.3-fpm-bookworm AS base
FROM php:8.4-fpm-bookworm AS base
# System-Abhängigkeiten installieren
RUN apt-get update && apt-get install -y \