Commit 9bd2ba4 1 parent d862dbc commit 9bd2ba4 Copy full SHA for 9bd2ba4
File tree 5 files changed +149
-146
lines changed
5 files changed +149
-146
lines changed Original file line number Diff line number Diff line change 1
- FROM node:20.14.0 -bullseye AS build
1
+ FROM node:20.18.3 -bullseye AS build
2
2
3
3
WORKDIR /app
4
4
COPY --chown=node:node package.json .
@@ -24,7 +24,7 @@ RUN pnpm -F backend build
24
24
25
25
RUN pnpm prune --prod
26
26
27
- FROM node:20.14.0 -bullseye As production
27
+ FROM node:20.18.3 -bullseye As production
28
28
29
29
WORKDIR /home/node/app
30
30
COPY --chown=node:node --from=build /app/apps/backend/dist ./dist
Original file line number Diff line number Diff line change 1
- FROM node:20.14.0 -bullseye AS build
1
+ FROM node:20.18.3 -bullseye AS build
2
2
3
3
WORKDIR /app
4
4
COPY --chown=node:node package.json .
@@ -22,7 +22,7 @@ COPY --chown=node:node ./apps/frontend/ ./apps/frontend/
22
22
# build
23
23
RUN pnpm -F frontend build
24
24
25
- FROM node:20.14.0 -bullseye As production
25
+ FROM node:20.18.3 -bullseye As production
26
26
27
27
WORKDIR /home/node/app
28
28
COPY --chown=node:node --from=build /app/apps/frontend/.output ./.output
Original file line number Diff line number Diff line change 63
63
"@types/express-session" : " ^1.17.10" ,
64
64
"@types/jest" : " 29.5.8" ,
65
65
"@types/multer" : " ^1.4.11" ,
66
- "@types/node" : " ^20.14.8 " ,
66
+ "@types/node" : " ^20.17.24 " ,
67
67
"@types/passport" : " ^1.0.16" ,
68
68
"@types/passport-jwt" : " ^3.0.13" ,
69
69
"@types/passport-oauth2" : " ^1.4.15" ,
Original file line number Diff line number Diff line change 22
22
},
23
23
"devDependencies" : {
24
24
"@types/http-proxy" : " ^1.17.14" ,
25
- "@types/node" : " ^20.14.8 " ,
25
+ "@types/node" : " ^20.17.24 " ,
26
26
"@typescript-eslint/eslint-plugin" : " ^6.14.0" ,
27
27
"@typescript-eslint/parser" : " ^6.14.0" ,
28
28
"concurrently" : " ^8.2.2" ,
You can’t perform that action at this time.
0 commit comments