diff --git a/docker/.env b/docker/.env index 81b61f8f..d529ebaf 100644 --- a/docker/.env +++ b/docker/.env @@ -1,4 +1,4 @@ -APPHUB_VERSION=0.1.7-rc1 +APPHUB_VERSION=0.1.7 DEPLOYMENT_VERSION=2.20.3 GIT_VERSION=1.21.9 -PROXY_VERSION=2.11.3-rc9 \ No newline at end of file +PROXY_VERSION=2.11.3 \ No newline at end of file diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 46524796..6fe92021 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: 202412181705, you can modify here to trigger Docker Build action +# modify time: 202412211221, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.1.7-rc1" +LABEL version="0.1.7" WORKDIR /websoft9 diff --git a/docker/proxy/Dockerfile b/docker/proxy/Dockerfile index ea8a688f..8f2ee63c 100644 --- a/docker/proxy/Dockerfile +++ b/docker/proxy/Dockerfile @@ -1,11 +1,11 @@ -# modify time: 202412211215, you can modify here to trigger Docker Build action +# modify time: 202412211783, you can modify here to trigger Docker Build action # from Dockerfile: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/Dockerfile # from image: https://hub.docker.com/r/jc21/nginx-proxy-manager FROM jc21/nginx-proxy-manager:2.11.3 LABEL maintainer="Websoft9" -LABEL version="2.11.3-rc9" +LABEL version="2.11.3" COPY README.md /data/nginx/README.md RUN mkdir /data/nginx/custom diff --git a/version.json b/version.json index f12f38aa..0734696b 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.18-rc6", + "version": "2.1.18", "plugins": { "portainer": "0.1.3", "nginx": "0.1.0",