Skip to content

Commit

Permalink
update fe
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Jan 6, 2025
1 parent 9a2d5d7 commit 42db132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk update && apk add --no-cache libressl jpeg-dev openjpeg-dev libimagequan

FROM alpine AS nodebuilder
RUN apk add curl jq
RUN wget $(curl -s https://api.github.com/repos/tgbot-collection/YYeTsFE/releases/latest | jq -r '.assets[] | select(.name == "build.zip") | .browser_download_url')
RUN wget $(curl -s https://api.github.com/repos/tgbot-collection/YYeTsFE/releases/tags/burn-20240106 | jq -r '.assets[] | select(.name == "build.zip") | .browser_download_url')
RUN unzip build.zip && rm build.zip

FROM runner
Expand Down

0 comments on commit 42db132

Please sign in to comment.