docker: update image to python 3.9

This commit is contained in:
dece 2021-12-02 11:40:26 +01:00
parent 1e9f10d549
commit 222f002b20

View file

@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.9-slim
ARG UID
ARG GID