From 2bfed3de9b79854f32411505c9937e4235e01fa0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jun 2025 09:35:29 +0000 Subject: [PATCH] fix: 8.2/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-10123178 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-10123179 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-9712340 - https://snyk.io/vuln/SNYK-ALPINE321-CARES-9680227 - https://snyk.io/vuln/SNYK-ALPINE321-XZ-9666601 --- 8.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 87f3827..6ae4bef 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-alpine +FROM php:8.4.8-alpine # Image information ARG VCS_REF