From 93e01ef0fcb2ce22395e6bb9814da668fa42f1cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 04:41:29 +0000 Subject: [PATCH] fix: nlp/chatbots/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 --- nlp/chatbots/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 nlp/chatbots/Dockerfile diff --git a/nlp/chatbots/Dockerfile b/nlp/chatbots/Dockerfile old mode 100755 new mode 100644 index c0aeb47..d886da8 --- a/nlp/chatbots/Dockerfile +++ b/nlp/chatbots/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.13-slim WORKDIR /tmp