From eb29dad1aa5adb470c5bbcee121f359f9039c5e4 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 1 Jan 2025 10:21:33 +0800 Subject: [PATCH 1/3] Update Dockerfile --- docker/apphub/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index d8a5df9e..1b1c2048 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: 202412301518, you can modify here to trigger Docker Build action +# modify time: 202501011018, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.1.9-dev" +LABEL version="0.1.9-rc" WORKDIR /websoft9 From ac24903f767a7d9150587f1e1b96f69693f51b9b Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 1 Jan 2025 10:22:22 +0800 Subject: [PATCH 2/3] Update .env --- docker/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/.env b/docker/.env index 045f86fe..08725504 100644 --- a/docker/.env +++ b/docker/.env @@ -1,4 +1,4 @@ -APPHUB_VERSION=0.1.8 +APPHUB_VERSION=0.1.9-rc DEPLOYMENT_VERSION=2.20.3 GIT_VERSION=1.21.9 -PROXY_VERSION=2.11.3 \ No newline at end of file +PROXY_VERSION=2.11.3 From 75e3687a56122f12af78f68e631e11c5dcf69c58 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 1 Jan 2025 10:23:10 +0800 Subject: [PATCH 3/3] Update version.json --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 548958e8..d4af4485 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.19", + "version": "2.1.20-rc1", "plugins": { "portainer": "0.1.3", "nginx": "0.1.0",