From 3c2df0b3e004961c2dd33fe34d21d0c247ec6b04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 08:47:32 +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-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-LIBTIRPC-2975614 - https://snyk.io/vuln/SNYK-ALPINE315-LIBTIRPC-2975614 - https://snyk.io/vuln/SNYK-ALPINE315-NCURSES-2952568 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4a5bece1..797dbf20f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.0a5-alpine +FROM python:3.13.0b3-alpine WORKDIR /src/app/