From baa47d131b7039767a7e9adaf6ede8489173a8d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 10:57:16 +0000 Subject: [PATCH] fix: 8.2/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-CURL-13277269 - https://snyk.io/vuln/SNYK-ALPINE322-CURL-13277270 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174131 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174132 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174133 --- 8.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 87f3827..dc98a22 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-alpine +FROM php:8.5.0RC2-alpine # Image information ARG VCS_REF