hzwluoye commited on
Commit
70b9e55
·
1 Parent(s): 9163853

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apk --no-cache add git
7
 
8
  # 添加 git,并且清除缓存🧹
9
  RUN apk --no-cache add git && \
10
- git clone -b v1.13.0 https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app && \
11
  apk del git
12
 
13
  # 设置工作目录为之前克隆的项目目录
 
7
 
8
  # 添加 git,并且清除缓存🧹
9
  RUN apk --no-cache add git && \
10
+ git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app && \
11
  apk del git
12
 
13
  # 设置工作目录为之前克隆的项目目录