Skip to content

Commit

Permalink
chore: change default dockerImage to ubi8/nodejs-16
Browse files Browse the repository at this point in the history
  • Loading branch information
BethGriggs committed Sep 5, 2022
1 parent 829f6c6 commit 26bf497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"pretest": "eslint --ignore-path ../.gitignore .",
"test": "node -e \"console.log('no tests found.')\"",
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-14",
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-16",
"start": "node ."
},
"main": "./bin/www",
Expand Down
2 changes: 1 addition & 1 deletion worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"pretest": "eslint --ignore-path ../.gitignore .",
"test": "node -e \"console.log('no tests found.')\"",
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-14",
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-16",
"start": "node ."
},
"main": "./bin/www",
Expand Down

0 comments on commit 26bf497

Please sign in to comment.