From 3e25810599f5cab5ca47da34f99d45784a667a9f Mon Sep 17 00:00:00 2001 From: Alex Vorona Date: Thu, 5 Sep 2024 10:02:39 +0100 Subject: [PATCH] bump base image version due to CVE-2024-45490,CVE-2024-45491,CVE-2024-45492 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79f93de..52b5193 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Globals and input args -FROM python:3.12.3-alpine3.20 +FROM python:3.12.5-alpine3.20 WORKDIR /app # Prepare our app requirements and install it...