From 3420aff0d9c8c46cf4eda1da6238b3618d4bb938 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 09:43:51 +0000 Subject: [PATCH] fix: blog-api/docker/dev/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/dev/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-api/docker/dev/php/Dockerfile b/blog-api/docker/dev/php/Dockerfile index 6e867bce..93b4607f 100644 --- a/blog-api/docker/dev/php/Dockerfile +++ b/blog-api/docker/dev/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