Skip to content

Commit

Permalink
Merge pull request #448 from bcgov/dockerfile-testing
Browse files Browse the repository at this point in the history
node 16->18, prisma 4.5->5.0
  • Loading branch information
mgtennant authored Jan 23, 2024
2 parents 2d60a30 + a1de870 commit b75ed1d
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:16.15.1-alpine
FROM docker.io/node:18-alpine3.18

# Set environment variable to avoid update notifications
ENV NO_UPDATE_NOTIFIER=true
Expand Down
138 changes: 99 additions & 39 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"homepage": "https://github.com/bcgov/nr-mals#readme",
"dependencies": {
"@prisma/client": "^4.5.0",
"@prisma/client": "^5.0.0",
"@types/axios-token-interceptor": "^0.2.1",
"adm-zip": "^0.5.3",
"api-problem": "^9.0.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"prisma": "^4.5.0",
"prisma": "^5.0.0",
"shx": "^0.3.3"
}
}

0 comments on commit b75ed1d

Please sign in to comment.