From 9d9482f1b9af3a5781eea06f3102efa4ad6eb42c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Apr 2025 09:22:28 +0000 Subject: [PATCH] fix: 8.2/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-CARES-9680227 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-9712340 - https://snyk.io/vuln/SNYK-ALPINE321-XZ-9666601 - 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..9cfb23b 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-alpine +FROM php:8.4.7RC1-alpine # Image information ARG VCS_REF