soiz1 commited on
Commit
54afff1
·
verified ·
1 Parent(s): dccbe4e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ WORKDIR $HOME/app
18
  COPY --chown=user . $HOME/app
19
 
20
  # Download VOICEVOX Core from latest Release
21
- RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/latest/download/download.sh -o download.sh
22
 
23
  # Give execution permissions
24
  RUN chmod +x download.sh
 
18
  COPY --chown=user . $HOME/app
19
 
20
  # Download VOICEVOX Core from latest Release
21
+ RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/download/0.15.8/download.sh -o download.sh
22
 
23
  # Give execution permissions
24
  RUN chmod +x download.sh