@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "A web based, real time, collaborative whiteboard application with rich media support",
- "version": "0.0.4",
+ "version": "0.0.5",
"healthCheckPath": "/",
"httpPort": 9666,
"addons": {
@@ -1,4 +1,5 @@
-FROM cloudron/base:0.10.0
+FROM docker.iske.dk/base-image:0.0.1
+
RUN apt-get update
RUN apt-get install -y python build-essential cmake git-core graphicsmagick imagemagick wget libfreetype6 \
@@ -1 +1 @@
-v0.0.4
+v0.0.5
@@ -2,3 +2,4 @@ v0.0.1
v0.0.2
v0.0.3
v0.0.4