From 88a4d59efe82de8af5a23256de45b040a747778c Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 17 Dec 2024 15:19:36 +0800 Subject: [PATCH] rc --- docker/.env | 2 +- docker/apphub/Dockerfile | 4 ++-- version.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/.env b/docker/.env index 8d56becd..81b61f8f 100644 --- a/docker/.env +++ b/docker/.env @@ -1,4 +1,4 @@ -APPHUB_VERSION=0.1.6 +APPHUB_VERSION=0.1.7-rc1 DEPLOYMENT_VERSION=2.20.3 GIT_VERSION=1.21.9 PROXY_VERSION=2.11.3-rc9 \ No newline at end of file diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index a73b4ab5..3462a923 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: 202412160816, you can modify here to trigger Docker Build action +# modify time: 202412171516, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.1.6" +LABEL version="0.1.7-rc1" WORKDIR /websoft9 diff --git a/version.json b/version.json index f8e779b1..522058dd 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.18-rc1", + "version": "2.1.18-rc2", "plugins": { "portainer": "0.1.3", "nginx": "0.1.0",