From 6f25dbe688f951484b1257731ebaa3f3b02f0096 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Jun 2025 11:23:35 +0000 Subject: [PATCH] fix: vote/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-COREUTILS-10259258 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-10180077 --- vote/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vote/Dockerfile b/vote/Dockerfile index 9b04d669de..4ad276f10e 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.4-slim # add curl for healthcheck RUN apt-get update \