From 5287bc3b60a97a3b50b34a8b4a78c2de6f349ff2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Sep 2023 11:20:03 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://dev.snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://dev.snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://dev.snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://dev.snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3368735 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52ec5d5..1b349a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0a5-slim +FROM python:3.12.0b4-slim WORKDIR ./ COPY ./requirements.txt requirements.txt