mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-24 19:12:53 +08:00
Update fe
This commit is contained in:
@@ -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/tags/burn-20240106 | jq -r '.assets[] | select(.name == "build.zip") | .browser_download_url')
|
||||
RUN wget $(curl -s https://api.github.com/repos/tgbot-collection/YYeTsFE/releases/tags/ads-2025-03-27 | jq -r '.assets[] | select(.name == "build.zip") | .browser_download_url')
|
||||
RUN unzip build.zip && rm build.zip
|
||||
|
||||
FROM runner
|
||||
|
||||
Reference in New Issue
Block a user