Skip to content

Commit 51f00d9

Browse files
Zoharosflovilmart
authored andcommitted
fixed openshift.json (#364)
updated nodejs:10 and mongodb:3.6
1 parent 02cd43e commit 51f00d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"from": {
8484
"kind": "ImageStreamTag",
8585
"namespace": "${NAMESPACE}",
86-
"name": "nodejs:4"
86+
"name": "nodejs:10"
8787
},
8888
"env": [
8989
{
@@ -308,7 +308,7 @@
308308
"from": {
309309
"kind": "ImageStreamTag",
310310
"namespace": "${NAMESPACE}",
311-
"name": "mongodb:3.2"
311+
"name": "mongodb:3.6"
312312
}
313313
}
314314
},

0 commit comments

Comments
 (0)