Updating to the latest stable version of Python 3.9

This commit is contained in:
Nicola Bernini 2021-07-12 22:18:06 +02:00
parent 8781e914ff
commit 02d0d0c37f

View File

@ -1,4 +1,4 @@
FROM python:3.6 FROM python:3.9
LABEL maintainer "Nicola Bernini <nicola.bernini@gmail.com>" LABEL maintainer "Nicola Bernini <nicola.bernini@gmail.com>"
COPY requirements.txt . COPY requirements.txt .
RUN apt-get update && apt-get -y install sudo RUN apt-get update && apt-get -y install sudo