Skip to content

Commit

Permalink
node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Nov 16, 2023
1 parent 9931fa3 commit c9646ce
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Buile Step
FROM node:16.13-alpine AS builder
FROM node:18.18-alpine AS builder

WORKDIR /usr/src/app

Expand All @@ -14,7 +14,7 @@ RUN npm run build
RUN npm prune --production

# Run Step
FROM node:16.13-alpine AS runner
FROM node:18.18-alpine AS runner

WORKDIR /usr/src/app

Expand Down
30 changes: 23 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.1",
"@types/node": "^16.0.0",
"@types/node": "18.18",
"@types/passport-jwt": "^3.0.13",
"@types/passport-local": "^1.0.38",
"@types/supertest": "^2.0.11",
Expand Down

0 comments on commit c9646ce

Please sign in to comment.