From 70b82775f33ccb6abccdc35fe32a00f3e5fdd98b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 23:02:31 +0000 Subject: [PATCH] fix: 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-GNUPG2-9486681 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6123823 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6123823 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6123823 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e77ac875..659e9a9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY requirements.txt /app/ RUN pip install --no-cache-dir -r requirements.txt # Stage 2: Final image -FROM python:3.11-slim +FROM python:3.13.2-slim WORKDIR /app