From 833c6477229dc4b455e93d0f72f564c40b5832b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Aug 2024 04:55:59 +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-OPENSSL-6032384 --- 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..fb7ae6a --- a/nlp/chatbots/Dockerfile +++ b/nlp/chatbots/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.13.0b4-slim WORKDIR /tmp