Explorar el Código

Update Dockerfile

qiaofeng1227 hace 1 año
padre
commit
5c82edb800
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      appmanage/Dockerfile

+ 1 - 1
appmanage/Dockerfile

@@ -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