Update the public container image to use Python 3.9 also.

This commit is contained in:
Phil Elson 2021-07-30 10:51:30 +02:00
parent e1392fb8ce
commit 3ef00c8312

View file

@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.9
COPY ./ /opt/cara/src
RUN python -m venv /opt/cara/app