From cf82458eb09f1c4277d5a0e2ac647f17b8cbf6dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Apr 2022 04:00:53 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2434420 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5654798..70dfc77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # =================================== -FROM python:3.9.11-alpine3.15 AS build-base +FROM python:3.9.12-alpine3.15 AS build-base # =================================== # ===================================