wIK5Ez2o commited on
Commit
57aad2f
·
verified ·
1 Parent(s): b4a3592

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM golang:1.23-alpine AS builder
2
 
3
  # 构建执行文件
4
  WORKDIR /app
5
- RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b v3.0.0-beta .
6
  RUN make install
7
  # RUN make
8
  RUN make build-linux
 
2
 
3
  # 构建执行文件
4
  WORKDIR /app
5
+ RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b main .
6
  RUN make install
7
  # RUN make
8
  RUN make build-linux