From 75a0250d8040629d5785b15c08365f33e69ce824 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 05:47:17 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 - https://snyk.io/vuln/SNYK-DEBIAN13-GNUTLS28-14082349 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123158 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 837100d..d141e01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1-fpm +FROM php:8.5.3-fpm # Arguments defined in docker.yml ARG user