From af090a285c73d92f62131f4ff5389ccfaff1c683 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 05:06:29 +0000 Subject: [PATCH] Bump python in /compose/production/flask Bumps python from 3.8.1-alpine3.11 to 3.8.7-alpine3.11. Signed-off-by: dependabot-preview[bot] --- compose/production/flask/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/flask/Dockerfile b/compose/production/flask/Dockerfile index 6d23a6d..07a18a5 100644 --- a/compose/production/flask/Dockerfile +++ b/compose/production/flask/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.1-alpine3.11 +FROM python:3.8.7-alpine3.11 ENV PYTHONUNBUFFERED 1