From b996a4b7c28e1b850eaae898f59a6740cf7e31d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Feb 2025 08:04:43 +0000 Subject: [PATCH] fix: vote/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8648323 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8648323 --- vote/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vote/Dockerfile b/vote/Dockerfile index 9b04d669de..ad05312076 100644 --- a/vote/Dockerfile +++ b/vote/Dockerfile @@ -1,5 +1,5 @@ # Using official python runtime base image -FROM python:3.9-slim +FROM python:3.13.2-slim # add curl for healthcheck RUN apt-get update \