Removed redundant packages, bumped up wordpress image version

This commit is contained in:
2026-03-04 12:06:51 +01:00
parent f0a815f401
commit 5ce28f7b43
4 changed files with 523 additions and 375 deletions

View File

@@ -3,7 +3,7 @@ WORKDIR /src
COPY . .
RUN composer install --no-dev --optimize-autoloader
FROM wordpress:6.1.1-php8.2 AS app
FROM wordpress:6.9.1-php8.5 AS app
ARG ENV_NAME
USER www-data:www-data