Parcourir la source

Bumped version to 0.0.12

deploy1 il y a 6 ans
Parent
commit
4b763dc188
4 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 1 1
      CloudronManifest.json
  2. 1 1
      Dockerfile
  3. 1 1
      VERSION
  4. 1 0
      VERSIONLOG

+ 1 - 1
CloudronManifest.json

@@ -5,7 +5,7 @@
     "description": "file://DESCRIPTION.md",
     "changelog": "./CHANGELOG",
     "tagline": "serverarium",
-    "version": "0.0.11",
+    "version": "0.0.12",
     "healthCheckPath": "/healthcheck",
     "httpPort": 3000,
     "addons": {

+ 1 - 1
Dockerfile

@@ -17,7 +17,7 @@ RUN apt-get update -y
 RUN ln -s /usr/local/node-8.12.0/bin/node /usr/bin/node
 
 #RUN npm install -g openpgp
-RUN npm install -g https://git.tum.dk/tum.dk/servera/archive/v0.0.22.tar.gz --unsafe-perm
+RUN npm install -g https://git.tum.dk/tum.dk/servera/archive/v0.0.23.tar.gz --unsafe-perm
 
 
 #RUN curl -L https://git.tum.dk/tum.dk/aserver/archive/v0.0.1.tar.gz | tar -vxz --strip-components 1 -f -

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.0.11
+v0.0.12

+ 1 - 0
VERSIONLOG

@@ -9,3 +9,4 @@ v0.0.8
 v0.0.9
 v0.0.10
 v0.0.11
+v0.0.12