diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | CloudronManifest.json | 2 | ||||
-rw-r--r-- | Dockerfile | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -25,3 +25,7 @@ | |||
25 | 25 | ||
26 | [0.5.4] | 26 | [0.5.4] |
27 | * Fix upload files first time | 27 | * Fix upload files first time |
28 | |||
29 | [0.5.5] | ||
30 | * Use new base image | ||
31 | |||
diff --git a/CloudronManifest.json b/CloudronManifest.json index 6401feb..1ba4ae2 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -9,7 +9,7 @@ | |||
9 | "webserver", | 9 | "webserver", |
10 | "server" | 10 | "server" |
11 | ], | 11 | ], |
12 | "version": "0.5.4", | 12 | "version": "0.5.5", |
13 | "targetBoxVersion": "0.4.0", | 13 | "targetBoxVersion": "0.4.0", |
14 | "healthCheckPath": "/api/healthcheck", | 14 | "healthCheckPath": "/api/healthcheck", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |
@@ -1,4 +1,4 @@ | |||
1 | FROM cloudron/base:0.8.0 | 1 | FROM cloudron/base:0.8.1 |
2 | MAINTAINER Johannes Zellner <johannes@nebulon.de> | 2 | MAINTAINER Johannes Zellner <johannes@nebulon.de> |
3 | 3 | ||
4 | ENV DEBIAN_FRONTEND noninteractive | 4 | ENV DEBIAN_FRONTEND noninteractive |