diff options
author | Johannes Zellner <johannes@nebulon.de> | 2016-07-04 14:20:30 +0200 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2016-07-04 14:20:30 +0200 |
commit | 864000660c3184c5c31667d0a95b146e9e9af757 (patch) | |
tree | f8a076c1dcab4db21b400c4a542f0aa21f52b02c | |
parent | 5bbeb69865e7b9ce6d933344e3cba93c43ddad99 (diff) | |
download | Surfer-864000660c3184c5c31667d0a95b146e9e9af757.tar.gz Surfer-864000660c3184c5c31667d0a95b146e9e9af757.tar.zst Surfer-864000660c3184c5c31667d0a95b146e9e9af757.zip |
Use new base image
-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 |