From a96071157d226ffbe27a3ba5030cda2487311eda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Oct 2025 09:12:35 +0000 Subject: [PATCH] fix: blog/docker/prod/php/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-CURL-13277273 - https://snyk.io/vuln/SNYK-ALPINE321-CURL-13277274 - https://snyk.io/vuln/SNYK-ALPINE321-CURL-13277275 - https://snyk.io/vuln/SNYK-ALPINE321-CURL-13277277 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-12675066 --- blog/docker/prod/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/docker/prod/php/Dockerfile b/blog/docker/prod/php/Dockerfile index 8c221b3c..9827a11d 100644 --- a/blog/docker/prod/php/Dockerfile +++ b/blog/docker/prod/php/Dockerfile @@ -4,7 +4,7 @@ # https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact -FROM php:8.1-fpm-alpine as stage +FROM php:8.5.0RC2-fpm-alpine as stage COPY --from=composer:2 /usr/bin/composer /usr/bin/composer