From 1a51b54b84c9870152630f7fca82bea93269e0c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 08:52:50 +0000 Subject: [PATCH] fix: blog-api/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-api/docker/prod/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-api/docker/prod/php/Dockerfile b/blog-api/docker/prod/php/Dockerfile index 8c221b3c..9827a11d 100644 --- a/blog-api/docker/prod/php/Dockerfile +++ b/blog-api/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