Docker: use a newer Python

Change-Id: I2e6725f7a009690f1a49a77d9ec4ff696141d5b5
This commit is contained in:
Jan Kundrát
2021-06-02 23:21:58 +02:00
parent 8ec9aca559
commit 5ad6336fda

View File

@@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.9-slim
COPY . /oopt-gnpy
WORKDIR /oopt-gnpy
RUN apt update; apt install -y git