From 25994a8f47a8bc190d8fe43ddd9256199e713c62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jul 2025 10:17:15 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2426310 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 924fabd..3e37d5a 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.14.0rc1-slim as python-base ARG GRIDAPPSD_PYTHON_VERSION