From a05f3e858c4e8578d56913b6c2958da9753ce6dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2024 07:43:44 +0000 Subject: [PATCH] fix: convertPheno_server/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-PCRE2-2808697 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808704 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-2976151 --- convertPheno_server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convertPheno_server/Dockerfile b/convertPheno_server/Dockerfile index 35a80073..e6662fa0 100644 --- a/convertPheno_server/Dockerfile +++ b/convertPheno_server/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.6-slim-bullseye AS base +FROM python:3.12.7-slim-bullseye AS base ENV PATH /opt/venv/bin:$PATH ENV PYTHONUNBUFFERED 1 ENV PYTHONDONTWRITEBYTECODE 1