From 7d2581247824da63f09fa34e39073e7e810c2183 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Feb 2025 07:11:29 +0000 Subject: [PATCH] fix: docker/Dockerfile-base to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-8705121 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBTASN16-8689970 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-8679228 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-8679228 --- docker/Dockerfile-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-base b/docker/Dockerfile-base index ba2753da7..95f5d3889 100644 --- a/docker/Dockerfile-base +++ b/docker/Dockerfile-base @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.13.2-slim LABEL description.short="Weaver Base" LABEL description.long="Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES)" LABEL maintainer="Francis Charette-Migneault "