From 6f9960138500e33973eec540dfbb29d88436ee13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jan 2025 19:19:33 +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-APT-1541449 - https://snyk.io/vuln/SNYK-DEBIAN12-COREUTILS-1543939 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 --- seed-data/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed-data/Dockerfile b/seed-data/Dockerfile index 18e55e8429..7894bca33e 100644 --- a/seed-data/Dockerfile +++ b/seed-data/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.14.0a1-slim # add apache bench (ab) tool RUN apt-get update \