File tree Expand file tree Collapse file tree 4 files changed +479
-1646
lines changed Expand file tree Collapse file tree 4 files changed +479
-1646
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN yarn set version $YARN_VERSION
15
15
RUN yarn config set nodeLinker node-modules
16
16
RUN yarn install
17
17
18
- FROM registry.cn-hongkong.aliyuncs.com/merico/node:20.10.0
18
+ FROM registry.cn-hongkong.aliyuncs.com/merico/node:20.13.1
19
19
20
20
COPY --from=installer /code/api/_build /code/api/_build
21
21
Original file line number Diff line number Diff line change 1
- FROM registry.cn-hongkong.aliyuncs.com/merico/nginx:latest
1
+ FROM registry.cn-hongkong.aliyuncs.com/merico/nginx:1.25.5
2
2
3
3
COPY ./website/dist /usr/share/nginx/html
4
4
Original file line number Diff line number Diff line change 54
54
"jsonwebtoken" : " ^9.0.2" ,
55
55
"lodash" : " ^4.17.21" ,
56
56
"morgan" : " ^1.10.0" ,
57
- "mysql2" : " 2.3.3 " ,
57
+ "mysql2" : " 3.9.8 " ,
58
58
"npmlog" : " ^7.0.1" ,
59
59
"pg" : " ^8.11.3" ,
60
60
"reflect-metadata" : " ^0.1.13" ,
80
80
"@types/npmlog" : " ^7.0.0" ,
81
81
"@types/pg" : " ^8.10.9" ,
82
82
"@types/supertest" : " ^2.0.16" ,
83
- "gulp" : " ^4 .0.2 " ,
84
- "gulp-cli" : " ^2.3 .0" ,
83
+ "gulp" : " ^5 .0.0 " ,
84
+ "gulp-cli" : " ^3.0 .0" ,
85
85
"gulp-terser" : " ^2.1.0" ,
86
86
"gulp-typescript" : " ^6.0.0-alpha.1" ,
87
87
"jest" : " ^29.7.0" ,
You can’t perform that action at this time.
0 commit comments