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.
1 parent a20fecb commit 4ea80f6Copy full SHA for 4ea80f6
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:8.11.3@sha256:04986974434fc565529feaac1d62cce4f9fe99ba4906f076ce498000120a45d4
+FROM uber/web-base-image:2.0.2
2
3
WORKDIR /probot-app-workflow
4
package.json
@@ -15,7 +15,7 @@
15
"probot-app-label-docs-pr": "1.0.2",
16
"probot-app-label-release-pr": "1.0.4",
17
"probot-app-license": "1.0.2",
18
- "probot-app-merge-pr": "1.0.3",
+ "probot-app-merge-pr": "1.1.0",
19
"probot-app-migrations": "1.0.5",
20
"probot-app-pr-label": "1.3.0",
21
"probot-app-pr-title": "^1.1.5",
@@ -43,7 +43,7 @@
43
]
44
},
45
"engines": {
46
- "node": "^8.9.0"
+ "node": "^10.15.0"
47
48
"devDependencies": {
49
"babel-jest": "^23.2.0",
0 commit comments