From 6a0c6cc0b21886e6f247e33332bd2dd8eecb6c5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Aug 2024 01:44:56 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-EXPAT-2331817 - https://snyk.io/vuln/SNYK-DEBIAN9-EXPAT-2359254 - https://snyk.io/vuln/SNYK-DEBIAN9-EXPAT-2403516 - https://snyk.io/vuln/SNYK-DEBIAN9-EXPAT-2403517 - https://snyk.io/vuln/SNYK-DEBIAN9-EXPAT-2405935 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eba486d9..093e8ab6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ # This should contain all setup required by all other targets, such as environment # variables, and essential apt dependencies. ## -FROM python:3.7.3-slim AS base +FROM python:3.13.0b4-slim AS base # Allows for log messages to be immediately dumped to the # stream instead of being buffered.