aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2016-07-04 14:20:30 +0200
committerJohannes Zellner <johannes@nebulon.de>2016-07-04 14:20:30 +0200
commit864000660c3184c5c31667d0a95b146e9e9af757 (patch)
treef8a076c1dcab4db21b400c4a542f0aa21f52b02c
parent5bbeb69865e7b9ce6d933344e3cba93c43ddad99 (diff)
downloadSurfer-864000660c3184c5c31667d0a95b146e9e9af757.tar.gz
Surfer-864000660c3184c5c31667d0a95b146e9e9af757.tar.zst
Surfer-864000660c3184c5c31667d0a95b146e9e9af757.zip
Use new base image
-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