upgrade financeplanner base image to python 3.8.3
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.8.2
|
FROM python:3.8.3
|
||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
WORKDIR /code/
|
WORKDIR /code/
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|||||||
Reference in New Issue
Block a user