docker: update image to python 3.9
This commit is contained in:
parent
1e9f10d549
commit
222f002b20
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7-slim
|
||||
FROM python:3.9-slim
|
||||
|
||||
ARG UID
|
||||
ARG GID
|
||||
|
|
Loading…
Reference in a new issue