Sfoglia il codice sorgente

Bumped version to 0.0.10

deploy1 6 anni fa
parent
commit
d4d8898181
4 ha cambiato i file con 4 aggiunte e 3 eliminazioni
  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.9",
+    "version": "0.0.10",
     "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.20.tar.gz --unsafe-perm
+RUN npm install -g https://git.tum.dk/tum.dk/servera/archive/v0.0.21.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.9
+v0.0.10

+ 1 - 0
VERSIONLOG

@@ -7,3 +7,4 @@ v0.0.6
 v0.0.7
 v0.0.8
 v0.0.9
+v0.0.10