Refactor: Passt Container-Versionen an

This commit is contained in:
2026-05-30 19:45:38 +02:00
parent 1873d54a5d
commit d3c07bbde3
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/nginx:1.31.1-alpine
FROM docker.io/library/nginx:1.31-alpine
# Kopiere die Konfiguration
COPY podman/nginx/default.conf /etc/nginx/conf.d/default.conf
+1 -8
View File
@@ -1,17 +1,10 @@
FROM docker.io/library/php:8.5-fpm
FROM docker.io/library/php:8-fpm
# Installiere System-Abhängigkeiten
RUN apt-get update && apt-get install -y \
# git \
curl \
# libpng-dev \
# libonig-dev \
# libxml2-dev \
# zip \
# unzip \
apt-transport-https \
gnupg \
# && docker-php-ext-install pdo pdo_pgsql mbstring exif pcntl bcmath gd \
&& curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \
&& apt-get install -y symfony-cli \
&& apt-get clean \