From a5a42534d83dad64ce0c3cd997e72a8e3c3ae59a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 03:27:12 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 - https://snyk.io/vuln/SNYK-ALPINE315-LIBTIRPC-2975614 - https://snyk.io/vuln/SNYK-ALPINE315-LIBTIRPC-2975614 - https://snyk.io/vuln/SNYK-ALPINE315-NCURSES-2952568 - https://snyk.io/vuln/SNYK-ALPINE315-NCURSES-5606598 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4a5bece1..459ff0ab2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.0a5-alpine +FROM python:3.14.0a1-alpine WORKDIR /src/app/