From fee009f65c5d7089e85bd8f6aadf6807b081cfa0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Jun 2024 03:45:56 +0000 Subject: [PATCH] fix: activation_clustering/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-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 --- activation_clustering/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activation_clustering/Dockerfile b/activation_clustering/Dockerfile index e21467097bf6..73cd6ceed58c 100644 --- a/activation_clustering/Dockerfile +++ b/activation_clustering/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.12.3 SHELL ["/bin/bash", "-c"]