From feac27de7b37215105a1e7590a30430a8352f1c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 07:04:20 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-IMAGEMAGICK-14917205 - https://snyk.io/vuln/SNYK-ALPINE323-IMAGEMAGICK-14917205 - https://snyk.io/vuln/SNYK-ALPINE323-IMAGEMAGICK-14917205 - https://snyk.io/vuln/SNYK-ALPINE323-IMAGEMAGICK-14917206 - https://snyk.io/vuln/SNYK-ALPINE323-IMAGEMAGICK-14917206 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74e0739..08e02bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Image de base WordPress avec PHP 8.2 et FPM -FROM wordpress:php8.2-fpm-alpine +FROM wordpress:6.9.0-php8.2-fpm-alpine # Combinez les commandes RUN pour réduire le nombre de couches de l'image. # Installez les dépendances, les extensions PHP, puis nettoyez les dépendances de build.