From 0b6f9e21c5ebe79e30e25ce3bcc3f2a8ba22800c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 02:38:57 +0000 Subject: [PATCH] fix: seed-data/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123178 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123183 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123187 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123204 --- seed-data/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed-data/Dockerfile b/seed-data/Dockerfile index 18e55e8429..8d8c272231 100644 --- a/seed-data/Dockerfile +++ b/seed-data/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.14.3-slim # add apache bench (ab) tool RUN apt-get update \