bigbossmonster commited on
Commit
75c5ea2
·
verified ·
1 Parent(s): d9f33e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -8,9 +8,9 @@ RUN apt-get update && apt-get install -y wget ca-certificates curl
8
  RUN useradd -m -u 1000 user
9
  RUN mkdir -p /data/.cli-proxy-api && chown -R user:user /data
10
 
11
- # Download and install CLIProxyAPI
12
- RUN wget https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.7.31/CLIProxyAPI_6.7.31_linux_amd64.tar.gz \
13
- && tar -xzvf CLIProxyAPI_6.7.31_linux_amd64.tar.gz \
14
  && mv cli-proxy-api /usr/local/bin/ \
15
  && chmod +x /usr/local/bin/cli-proxy-api
16
 
 
8
  RUN useradd -m -u 1000 user
9
  RUN mkdir -p /data/.cli-proxy-api && chown -R user:user /data
10
 
11
+ # Download and install CLIProxyAPI
12
+ RUN wget https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.7.47/CLIProxyAPI_6.7.47_linux_amd64.tar.gz \
13
+ && tar -xzvf CLIProxyAPI_6.7.47_linux_amd64.tar.gz \
14
  && mv cli-proxy-api /usr/local/bin/ \
15
  && chmod +x /usr/local/bin/cli-proxy-api
16