From d57d0f76d9b729fe75575c9db3f7d709fd091022 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 05:10:40 +0000 Subject: [PATCH] fix: embedchain/examples/telegram_bot/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-10753055 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-5489190 - https://snyk.io/vuln/SNYK-DEBIAN12-TAR-1560620 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 --- embedchain/examples/telegram_bot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedchain/examples/telegram_bot/Dockerfile b/embedchain/examples/telegram_bot/Dockerfile index 49db2ae84f..988476b77d 100644 --- a/embedchain/examples/telegram_bot/Dockerfile +++ b/embedchain/examples/telegram_bot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.5-slim +FROM python:3.14.0-slim WORKDIR /usr/src/ COPY requirements.txt .