We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30f399 commit 9563586Copy full SHA for 9563586
docker/.env
@@ -1,4 +1,4 @@
1
-APPHUB_VERSION=0.2.4-rc1
+APPHUB_VERSION=0.2.4-rc2
2
DEPLOYMENT_VERSION=2.20.3
3
GIT_VERSION=1.21.9
4
PROXY_VERSION=2.11.3-rc1
docker/apphub/Dockerfile
@@ -5,7 +5,7 @@
5
6
FROM python:3.10-slim-bullseye
7
LABEL maintainer="Websoft9<help@websoft9.com>"
8
-LABEL version="0.2.4-rc1"
+LABEL version="0.2.4-rc2"
9
10
WORKDIR /websoft9
11
version.json
@@ -1,5 +1,5 @@
{
- "version": "2.1.26-rc3",
+ "version": "2.1.26-rc4",
"plugins": {
"portainer": "0.1.3",
"nginx": "0.1.0",
0 commit comments