Skip to content

Commit

Permalink
fixed openshift.json (parse-community#364)
Browse files Browse the repository at this point in the history
updated nodejs:10 and mongodb:3.6
  • Loading branch information
Zoharos authored and flovilmart committed Apr 21, 2019
1 parent 02cd43e commit 51f00d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift.json
Expand Up @@ -83,7 +83,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "nodejs:4"
"name": "nodejs:10"
},
"env": [
{
Expand Down Expand Up @@ -308,7 +308,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "mongodb:3.2"
"name": "mongodb:3.6"
}
}
},
Expand Down

0 comments on commit 51f00d9

Please sign in to comment.