wang9264 commited on
Commit
8ac687a
1 Parent(s): 1ef899a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN apk update && \
5
  git config --global http.version HTTP/1.1 && \
6
  git config --global http.sslVerify "false"
7
 
8
- RUN git clone https://github.com/adams549659584/go-proxy-bingai.git /app
9
  WORKDIR /app
10
  COPY . .
11
  RUN go build -ldflags="-s -w" -tags netgo -trimpath -o go-proxy-bingai main.go
 
5
  git config --global http.version HTTP/1.1 && \
6
  git config --global http.sslVerify "false"
7
 
8
+ RUN git clone https://github.com/SimFG/go-proxy-bingai.git /app
9
  WORKDIR /app
10
  COPY . .
11
  RUN go build -ldflags="-s -w" -tags netgo -trimpath -o go-proxy-bingai main.go