We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf3566 commit a931332Copy full SHA for a931332
.openshiftio/application.yaml
@@ -50,7 +50,7 @@ objects:
50
- name: latest
51
from:
52
kind: DockerImage
53
- name: 'nodeshift/centos7-s2i-nodejs:10.x'
+ name: 'nodeshift/centos7-s2i-nodejs:12.x'
54
- apiVersion: v1
55
kind: BuildConfig
56
metadata:
package.json
@@ -14,7 +14,7 @@
14
"ci": "npm run lint && npm run coveralls",
15
"dependencyCheck": "szero . --ci",
16
"release": "standard-version -a",
17
- "openshift": "nodeshift --strictSSL=false --imageTag=10.x",
+ "openshift": "nodeshift --strictSSL=false --imageTag=12.x",
18
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
19
"start": "node ."
20
},
0 commit comments