From 1636f3729933941ad0bb58d880415ba4098bc4dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Oct 2024 03:26:06 +0000 Subject: [PATCH] fix: services/bot/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 --- services/bot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/bot/Dockerfile b/services/bot/Dockerfile index aa911aaa..66d5bedb 100644 --- a/services/bot/Dockerfile +++ b/services/bot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim-bullseye +FROM python:3.12.7-slim-bullseye WORKDIR /app ENV APP_PATH=services/bot COPY . .