From ce9074b245e20edb8b82d7562ffbd485056a8dc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 May 2025 18:16:37 +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-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-1296899 - https://snyk.io/vuln/SNYK-DEBIAN10-GNUTLS28-1085094 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 924fabd..ce140a0 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.3-slim as python-base ARG GRIDAPPSD_PYTHON_VERSION