From 8c6c051b566203d31849eabbbb083b7802309b77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 09:19:33 +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-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 --- convertPheno_server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convertPheno_server/Dockerfile b/convertPheno_server/Dockerfile index 35a80073..20cd6049 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.5-slim-bullseye AS base ENV PATH /opt/venv/bin:$PATH ENV PYTHONUNBUFFERED 1 ENV PYTHONDONTWRITEBYTECODE 1