JohnnyFromOhio1969 commited on
Commit
dfb3f31
·
verified ·
1 Parent(s): 3cb3592

Update Dockerfile

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