From 8ad441b72e0fa24680a800f466b1209ac1bef244 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 09:46:41 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505214 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505216 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505213 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505215 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505217 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 8ac9c84..92241e3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -39,7 +39,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local && rm -rf node_modules # Stage 2: Production stage -FROM php:8.3-fpm-alpine +FROM php:8.5.0RC2-fpm-alpine # Set the working directory WORKDIR /var/app