From 6b0325e515e84b4880305701ae14738c3e438389 Mon Sep 17 00:00:00 2001 From: Florian Hartmann Date: Tue, 30 Jun 2020 12:08:50 +0200 Subject: [PATCH] upgrade financeplanner base image to python 3.8.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0747567..a851da1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.2 +FROM python:3.8.3 ENV PYTHONUNBUFFERED=1 WORKDIR /code/ COPY requirements.txt .