Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-08-24 14:58:38 +08:00 committed by GitHub
parent 17b1ab1956
commit 5c82edb800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
FROM python:3.10-slim
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.8.17"
LABEL version="0.8.18"
# Create API Directory
WORKDIR /usr/src/app