Skip to content

Commit

Permalink
docker file and version intro (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu authored Dec 5, 2023
1 parent 62e8755 commit 71afe71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install dependencies only when needed
FROM node:18.15-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add libc6-compat && npm install -g pnpm
RUN apk add --no-cache libc6-compat && npm install -g pnpm
WORKDIR /app

ARG name
Expand Down
2 changes: 1 addition & 1 deletion projects/app/public/docs/versionIntro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Fast GPT V4.6.2
### Fast GPT V4.6.3

1. 商业版新增 - web站点同步
2. 新增 - 集合元数据记录
Expand Down

0 comments on commit 71afe71

Please sign in to comment.