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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.10-alpine
COPY entrypoint /entrypoint