From a4deb962919f5e29624b18813f5d42088a8da934 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Nov 2024 12:58:05 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-7197980 - https://snyk.io/vuln/SNYK-DEBIAN11-BLUEZ-1911958 - https://snyk.io/vuln/SNYK-DEBIAN11-BLUEZ-1911958 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855504 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855504 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a1f5cdc..3e8f95e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.9-bullseye +FROM python:3.14.0a1-bullseye RUN apt-get update && \ apt-get upgrade -y && \