From 015a1fbd5c2edadb5763292583d4ad6e9f60c667 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Jul 2022 21:11:26 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2941810 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2941810 - 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..3fc3c7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # =================================== -FROM python:3.9.11-alpine3.15 AS build-base +FROM python:alpine3.15 AS build-base # =================================== # ===================================