From 589b4de512fa1967454e887bdf365a6216a595b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 May 2025 03:46:46 +0000 Subject: [PATCH] fix: embedchain/examples/slack_bot/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-TAR-1560620 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-5489190 --- embedchain/examples/slack_bot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedchain/examples/slack_bot/Dockerfile b/embedchain/examples/slack_bot/Dockerfile index 1b07f204b6..7feb65378f 100644 --- a/embedchain/examples/slack_bot/Dockerfile +++ b/embedchain/examples/slack_bot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.13.3-slim WORKDIR /usr/src/ COPY requirements.txt .