lang03383 commited on
Commit
99d87c7
·
verified ·
1 Parent(s): 91a76c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ ENV github_project ""
36
 
37
  # Install app dependencies
38
  # COPY package*.json post-install.js ./
39
- RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.12.3 .
40
  RUN \
41
  echo "*** Install npm packages ***" && \
42
  npm install && npm cache clean --force
 
36
 
37
  # Install app dependencies
38
  # COPY package*.json post-install.js ./
39
+ RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.12.5 .
40
  RUN \
41
  echo "*** Install npm packages ***" && \
42
  npm install && npm cache clean --force