From f060a8c6589b12be52329378a5d6c74944b74221 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 05:08:46 +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-GLIBC-6210088 --- 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..41b66e1 --- a/nlp/chatbots/Dockerfile +++ b/nlp/chatbots/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.13.0b2-slim WORKDIR /tmp