aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--CloudronManifest.json2
-rw-r--r--Dockerfile2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d32ce7b..68e03b7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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,
diff --git a/Dockerfile b/Dockerfile
index a29c381..0c6c6dc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM cloudron/base:0.8.0 1FROM cloudron/base:0.8.1
2MAINTAINER Johannes Zellner <johannes@nebulon.de> 2MAINTAINER Johannes Zellner <johannes@nebulon.de>
3 3
4ENV DEBIAN_FRONTEND noninteractive 4ENV DEBIAN_FRONTEND noninteractive