From 2f631cc52332f4d40359ee6350cfb150b519f9f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 08:42:25 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2426310 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2426310 - https://snyk.io/vuln/SNYK-DEBIAN10-SQLITE3-3011634 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 924fabd..7730cb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ## Use latest slim Python image. Note that it's built on Debian Stretch. # `python-base` sets up all our shared environment variables -FROM python:3.8.1-slim as python-base +FROM python:3.13.5-slim as python-base ARG GRIDAPPSD_PYTHON_VERSION