diff --git a/appmanage/Dockerfile b/appmanage/Dockerfile index d6cf741e..ef28a3a5 100644 --- a/appmanage/Dockerfile +++ b/appmanage/Dockerfile @@ -10,7 +10,7 @@ COPY static ./static COPY requirements.txt main.py ./ RUN apt update -# Install supervisords +# Install supervisord RUN apt install -y supervisor COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY config/cmd.sh /cmd.sh diff --git a/install/version.json b/install/version.json index f8cc17ae..6b60366a 100644 --- a/install/version.json +++ b/install/version.json @@ -2,7 +2,7 @@ "SERVICES": { "PORTAINER": "2.18.3", "NGINX": "2.10.3", - "APPMANAGE": "0.3.0", + "APPMANAGE": "0.4.0", "REDIS": "7.0.11" }, "PLUGINS": { @@ -14,5 +14,5 @@ "LIBRARY": { "VERSION": "1.0.0" }, - "VERSION": "0.3.0" + "VERSION": "0.4.0" } \ No newline at end of file