dimag69 commited on
Commit
37e677e
1 Parent(s): f94f268

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@
9
 
10
 
11
  RUN --mount=type=secret,id=gist_teldrive,mode=0444,required=true \
12
- wget https://github.com/divyam234/teldrive/releases/latest/download/teldrive-1.1.9-linux-amd64.tar.gz -O /app/teldrive.tar.gz && \
13
  tar xvf /app/teldrive.tar.gz -C /app && \
14
  wget $(cat /run/secrets/gist_teldrive) -O /app/config.toml && \
15
  chmod a+x /app/teldrive && chmod 777 /app/config.toml && \
 
9
 
10
 
11
  RUN --mount=type=secret,id=gist_teldrive,mode=0444,required=true \
12
+ wget https://github.com/divyam234/teldrive/releases/download/1.0.19/teldrive_linux_amd64.tar.gz -O /app/teldrive.tar.gz && \
13
  tar xvf /app/teldrive.tar.gz -C /app && \
14
  wget $(cat /run/secrets/gist_teldrive) -O /app/config.toml && \
15
  chmod a+x /app/teldrive && chmod 777 /app/config.toml && \