From 9bc0593a84d9ac5bf0d5e9a6689328af997edb50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2024 01:25:04 +0000 Subject: [PATCH] fix: containers/record-linkage/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 --- containers/record-linkage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/record-linkage/Dockerfile b/containers/record-linkage/Dockerfile index 42e68f080a..fbca6a6e71 100644 --- a/containers/record-linkage/Dockerfile +++ b/containers/record-linkage/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.14.0a1-slim RUN apt-get update && \ apt-get upgrade -y