From e5c5a208282418766fe5d9f8c187dd36fce0f363 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Jul 2025 04:55:38 +0000 Subject: [PATCH] fix: solution/redis/viz-web-redis/stackdemo/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-9712340 - https://snyk.io/vuln/SNYK-ALPINE321-XZ-9666601 --- solution/redis/viz-web-redis/stackdemo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/redis/viz-web-redis/stackdemo/Dockerfile b/solution/redis/viz-web-redis/stackdemo/Dockerfile index 201193037..dbbccc12d 100644 --- a/solution/redis/viz-web-redis/stackdemo/Dockerfile +++ b/solution/redis/viz-web-redis/stackdemo/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.2-alpine +FROM python:3.13.5-alpine ADD . /code WORKDIR /code RUN pip install -r requirements.txt