asemxin commited on
Commit
f70be6f
·
1 Parent(s): 72c31e0

Update CLIProxyAPI to v6.7.7

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,8 +6,8 @@ WORKDIR /app
6
  # Install git for go mod download
7
  RUN apk add --no-cache git
8
 
9
- # Clone the repository
10
- RUN git clone https://github.com/router-for-me/CLIProxyAPI.git .
11
 
12
  ARG VERSION=dev
13
  ARG COMMIT=none
 
6
  # Install git for go mod download
7
  RUN apk add --no-cache git
8
 
9
+ # Clone the repository at v6.7.7
10
+ RUN git clone --branch v6.7.7 --depth 1 https://github.com/router-for-me/CLIProxyAPI.git .
11
 
12
  ARG VERSION=dev
13
  ARG COMMIT=none