diff --git a/docker/.env b/docker/.env index 08725504..a55c88f7 100644 --- a/docker/.env +++ b/docker/.env @@ -1,4 +1,4 @@ -APPHUB_VERSION=0.1.9-rc +APPHUB_VERSION=0.1.9 DEPLOYMENT_VERSION=2.20.3 GIT_VERSION=1.21.9 PROXY_VERSION=2.11.3 diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 0af7b895..cc4de0ac 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,11 +1,11 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202501021128, you can modify here to trigger Docker Build action +# modify time: 202501021450, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.1.9-rc" +LABEL version="0.1.9" WORKDIR /websoft9 diff --git a/version.json b/version.json index d4af4485..9c715d01 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.20-rc1", + "version": "2.1.20", "plugins": { "portainer": "0.1.3", "nginx": "0.1.0",