darknight11 commited on
Commit
6a69e27
·
verified ·
1 Parent(s): b14c893

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ RUN \
48
  # COPY . ./
49
 
50
  ADD launch.sh launch.sh
51
- RUN curl -JLO https://github.com/bincooo/SillyTavern-Docker/releases/download/v1.0.0/git-batch
52
  RUN chmod +x launch.sh && chmod +x git-batch && ./git-batch -h
53
 
54
  RUN \
 
48
  # COPY . ./
49
 
50
  ADD launch.sh launch.sh
51
+ RUN curl -JLO https://github.com/bincooo/SillyTavern-Docker/releases/download/v1.0.1/git-batch
52
  RUN chmod +x launch.sh && chmod +x git-batch && ./git-batch -h
53
 
54
  RUN \