From b4d52e2625548fd280a195a60956c2aa486b5391 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 May 2025 09:03:49 +0000 Subject: [PATCH] fix: cwe_api/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277421 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277421 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277421 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277421 --- cwe_api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwe_api/Dockerfile b/cwe_api/Dockerfile index aef52aef..8e679d07 100644 --- a/cwe_api/Dockerfile +++ b/cwe_api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.13.3-slim WORKDIR /app