From ebd9605a860de21b666caa3eefe82a3c717ace4e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 05:46:53 +0000 Subject: [PATCH] fix: embedchain/examples/nextjs/nextjs_slack/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/nextjs/nextjs_slack/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedchain/examples/nextjs/nextjs_slack/Dockerfile b/embedchain/examples/nextjs/nextjs_slack/Dockerfile index f151c915b5..723b7210ac 100644 --- a/embedchain/examples/nextjs/nextjs_slack/Dockerfile +++ b/embedchain/examples/nextjs/nextjs_slack/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.13.4-slim WORKDIR /app