Update python to 3.9

This commit is contained in:
Chirstophe Mehay 2021-12-24 00:16:59 +01:00
parent 053183db0a
commit 7cae34e2c1

View file

@ -1,4 +1,4 @@
FROM python:3.8-alpine
FROM python:3.9-alpine
# if omitted, the versions are determined from the git tags
ARG tor_version