Update the public container image to use Python 3.9 also.
This commit is contained in:
parent
e1392fb8ce
commit
3ef00c8312
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.6
|
||||
FROM python:3.9
|
||||
|
||||
COPY ./ /opt/cara/src
|
||||
RUN python -m venv /opt/cara/app
|
||||
|
|
|
|||
Loading…
Reference in a new issue