ERROR418 commited on
Commit
c37c146
·
verified ·
1 Parent(s): 62319d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN python3 -m venv $VIRTUAL_ENV
17
  ENV PATH="$VIRTUAL_ENV/bin:$PATH"
18
  RUN pip install --no-cache-dir requests webdavclient3 huggingface_hub
19
 
20
- RUN wget -q https://github.com/OpenListTeam/OpenList/releases/download/beta/openlist-linux-amd64.tar.gz && \
21
  tar -xzf openlist-linux-amd64.tar.gz && \
22
  find . -type f -name "openlist" -exec chmod +x {} \; && \
23
  find . -type f -name "openlist" -exec mv {} . \; && \
 
17
  ENV PATH="$VIRTUAL_ENV/bin:$PATH"
18
  RUN pip install --no-cache-dir requests webdavclient3 huggingface_hub
19
 
20
+ RUN wget -q https://github.com/OpenListTeam/OpenList/releases/download/v4.0.8/openlist-linux-amd64.tar.gz && \
21
  tar -xzf openlist-linux-amd64.tar.gz && \
22
  find . -type f -name "openlist" -exec chmod +x {} \; && \
23
  find . -type f -name "openlist" -exec mv {} . \; && \