From 4251d35d1188fc53feec150c29945da2560ffaae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 18:56:05 +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-OPENSSL-7411350 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7411350 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8229893 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8229893 - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-6139924 --- 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..2345090 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.0a1-slim RUN apt-get update && apt-get upgrade --yes RUN apt-get autoremove && apt-get clean