From b1f472072c2d27d401f724451e3238413db37587 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Dec 2024 04:06:17 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-6139924 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7411350 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7411350 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8229893 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1241fee..64d0d8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use slim for a smaller image size and install only the required packages -FROM python:3.8-slim +FROM python:3.14.0a3-slim # > Setting PYTHONUNBUFFERED to a non empty value ensures that the python output is sent straight to # > terminal (e.g. your container log) without being first buffered and that you can see the output