From d2f199a06dbca76cf6eb142bde730df4895424a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Jan 2025 05:23:24 +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-EXPAT-7855502 --- 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..e875c6d --- a/nlp/chatbots/Dockerfile +++ b/nlp/chatbots/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.14.0a3-slim WORKDIR /tmp