From 58448055a3888c8e8b1e072a68962a5cb7bbe865 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Sep 2022 22:39:34 +0000 Subject: [PATCH] fix: multi-container/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2393735 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407738 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407749 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407753 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 --- multi-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-container/Dockerfile b/multi-container/Dockerfile index 6dea7fa..4c2d01b 100644 --- a/multi-container/Dockerfile +++ b/multi-container/Dockerfile @@ -1,5 +1,5 @@ # Base image -FROM python:3.11.0a2-alpine +FROM python:3.11.0rc1-alpine # Set working directory for subsequent commands WORKDIR /code ENV FLASK_APP=app.py