Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhi-desai committed Oct 24, 2024
1 parent 0309322 commit d5e5801
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM node:18
FROM node:22.10.0-alpine

# Create app directory
WORKDIR /usr/src/app
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@okta/jwt-verifier": "^3.1.0",
"cqm-models": "4.1.3",
"exceljs": "^4.4.0",
"export-excel": "file:",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.2.0",
"reflect-metadata": "^0.2.0",
Expand Down

0 comments on commit d5e5801

Please sign in to comment.