Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
Bump TwitchDownloader Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp authored Feb 21, 2022
1 parent 3952654 commit 205f673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN install -m644 ./Inter.otf /usr/share/fonts/opentype/Inter.otf

RUN rm ./Inter.otf

ARG TWITCHDOWNLOADER_VERSION=1.40.4
ARG TWITCHDOWNLOADER_VERSION=1.40.7

WORKDIR /usr/bin

Expand All @@ -45,4 +45,4 @@ COPY --from=builder /usr/src/app/package*.json /usr/src/app/
COPY --from=builder /usr/src/app/node_modules/ /usr/src/app/node_modules/
COPY --from=builder /usr/src/app/dist/ /usr/src/app/dist/

CMD ["node", "dist/main.js"]
CMD ["node", "dist/main.js"]

0 comments on commit 205f673

Please sign in to comment.