We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b14e0cf + 8122819 commit 8d0ee34Copy full SHA for 8d0ee34
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mhart/alpine-node:4.1.1
+FROM mhart/alpine-node:4.1.2
2
3
MAINTAINER Graham Taylor <gtayzlor@gmail.com>
4
marathon.json
@@ -9,7 +9,7 @@
9
"labels": {
10
"DCOS_PACKAGE_NAME": "mesos-ui",
11
"DCOS_PACKAGE_IS_FRAMEWORK": "false",
12
- "DCOS_PACKAGE_VERSION": "0.1.0",
+ "DCOS_PACKAGE_VERSION": "0.1.0"
13
},
14
"healthChecks": [
15
{
package.json
@@ -15,7 +15,7 @@
],
16
"private": true,
17
"engines": {
18
- "node": ">= 4.0",
+ "node": ">= 4.1.2",
19
"npm": ">= 2.14"
20
21
"dependencies": {
wercker.yml
-box: node:4.1.1
+box: node:4.1.2
build:
steps:
- npm-install
0 commit comments