Update Dockerfile

Bump up python version to the latest. alpine 3.17
This commit is contained in:
M0VUB 2022-12-15 17:05:23 +00:00 committed by GitHub
parent 4a206af751
commit 148b346e84
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.10-alpine
FROM python:alpine3.17
COPY entrypoint /entrypoint