From 72933f5d1fa2673f79c1e83b3acd041ab2c09251 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jul 2025 19:10:55 +0000 Subject: [PATCH] fix: seed-data/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 --- seed-data/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed-data/Dockerfile b/seed-data/Dockerfile index 18e55e8429..08998438c6 100644 --- a/seed-data/Dockerfile +++ b/seed-data/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.14.0rc1-slim # add apache bench (ab) tool RUN apt-get update \