From f0fddbafb11d9e5dc597e563559433a3a91a308a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 02:03:38 +0000 Subject: [PATCH] fix: solution/ml/Dockerfile to reduce vulnerabilities --- solution/ml/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/ml/Dockerfile b/solution/ml/Dockerfile index 5b46354e7..8383792db 100644 --- a/solution/ml/Dockerfile +++ b/solution/ml/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.23.3 LABEL MAINTAINER="Faizan Bashir "