From 12bdada43b9031f5e6c4304ee63c9aa8c85b6c2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2024 04:00:13 +0000 Subject: [PATCH] fix: gainz/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 --- gainz/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gainz/Dockerfile b/gainz/Dockerfile index 257911b2..f09d87b5 100644 --- a/gainz/Dockerfile +++ b/gainz/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.4-slim-bullseye as prod +FROM python:3.12.7-slim-bullseye as prod RUN pip install poetry==1.8.2