Erweiterung auf PHP 8.1

This commit is contained in:
2025-05-01 17:51:41 +02:00
parent af61eb2334
commit aa66d1f53d
2 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.0-apache
FROM php:8.1-apache-bookworm
RUN apt update && apt install -y libpq-dev
RUN docker-php-ext-install -j$(nproc) pdo pdo_pgsql