Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zzdhybthu authored Nov 3, 2024
2 parents c88ef7f + 03d420c commit eabc22f
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 311 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Builder stage

FROM node:20.18.0-alpine AS builder
FROM node:22.11.0-alpine AS builder

RUN apk add python3 make gcc g++

Expand All @@ -20,7 +20,7 @@ RUN yarn build

# Runner stage

FROM node:20.18.0-alpine
FROM node:22.11.0-alpine
ENV NODE_ENV=production
WORKDIR /home/node/app

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"dotenv": "16.4.5",
"express": "4.21.1",
"graphql": "16.9.0",
"graphql-request": "6.1.0",
"graphql-request": "7.1.1",
"html-to-text": "9.0.5",
"isemail": "3.2.0",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.2",
"morgan": "1.10.0",
"node-cron": "3.0.3",
"node-fetch": "2.7.0",
"nodemailer": "6.9.15",
"nodemailer": "6.9.16",
"qcloud-cos-sts": "3.1.1",
"unisms": "0.0.6",
"web-push": "3.6.7"
Expand Down
Loading

0 comments on commit eabc22f

Please sign in to comment.