From f861f0396c672eccdcd1184573cec49bd7669fa3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Dec 2024 21:51:04 +0000 Subject: [PATCH] fix: maltego_trx/template_dir/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-KRB5-1549480 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277411 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277412 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5423923 --- maltego_trx/template_dir/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maltego_trx/template_dir/Dockerfile b/maltego_trx/template_dir/Dockerfile index 270f4ea..c76a95c 100644 --- a/maltego_trx/template_dir/Dockerfile +++ b/maltego_trx/template_dir/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.14.0a3-slim RUN apt-get update && apt-get upgrade --yes RUN apt-get autoremove && apt-get clean