Răsfoiți Sursa

Bumped version to 0.0.5

deploy1 6 ani în urmă
părinte
comite
1f66e81a51
4 a modificat fișierele cu 5 adăugiri și 3 ștergeri
  1. 1 1
      CloudronManifest.json
  2. 2 1
      Dockerfile
  3. 1 1
      VERSION
  4. 1 0
      VERSIONLOG

+ 1 - 1
CloudronManifest.json

@@ -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": {

+ 2 - 1
Dockerfile

@@ -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
VERSION

@@ -1 +1 @@
-v0.0.4
+v0.0.5

+ 1 - 0
VERSIONLOG

@@ -2,3 +2,4 @@ v0.0.1
 v0.0.2
 v0.0.3
 v0.0.4
+v0.0.5