From b296272fa565eb61d66ac8cf9ea1fcb06125d66f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Aug 2024 06:21:11 +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..86f824a --- a/nlp/chatbots/Dockerfile +++ b/nlp/chatbots/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.13.0rc1-slim WORKDIR /tmp