Update Dockerfile

Upgrade python version to 3.10
This commit is contained in:
M0VUB
2022-05-17 01:33:19 +01:00
committed by GitHub
parent f68fbdd26a
commit 4a206af751
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.10-alpine
COPY entrypoint /entrypoint