Sfoglia il codice sorgente

appmanage 0.8.8 image

qiaofeng1227 2 anni fa
parent
commit
028d1103db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.7"
+LABEL version="0.8.8"
 
 # Create API Directory
 WORKDIR /usr/src/app