Skip to content

Commit

Permalink
Merge pull request #449 from bcgov/revert-docker-changes
Browse files Browse the repository at this point in the history
redeploy prod
  • Loading branch information
mgtennant authored Feb 5, 2024
2 parents b75ed1d + 17a3e16 commit ec6f389
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 102 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:18-alpine3.18
FROM docker.io/node:16.15.1-alpine

# Set environment variable to avoid update notifications
ENV NO_UPDATE_NOTIFIER=true
Expand Down
138 changes: 39 additions & 99 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": "^5.0.0",
"@prisma/client": "^4.5.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": "^5.0.0",
"prisma": "^4.5.0",
"shx": "^0.3.3"
}
}

0 comments on commit ec6f389

Please sign in to comment.