Erweiterung auf PHP 8.4

This commit is contained in:
2025-05-01 18:17:45 +02:00
parent b094cf8180
commit 82aad9766e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.1-apache-bookworm
FROM php:8.4-apache-bookworm
RUN apt update && apt install -y libpq-dev
RUN docker-php-ext-install -j$(nproc) pdo pdo_pgsql