Skip to content

Commit bac3853

Browse files
committed
update fe
1 parent 471aed6 commit bac3853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apk update && apk add --no-cache libressl jpeg-dev openjpeg-dev libimagequan
1313

1414
FROM alpine AS nodebuilder
1515
RUN apk add curl jq
16-
RUN wget $(curl -s https://api.github.com/repos/tgbot-collection/YYeTsFE/releases/tags/ads-2026-05-05-new | jq -r '.assets[] | select(.name == "build.zip") | .browser_download_url')
16+
RUN wget $(curl -s https://api.github.com/repos/tgbot-collection/YYeTsFE/releases/tags/ads-2026-05-06 | jq -r '.assets[] | select(.name == "build.zip") | .browser_download_url')
1717
RUN unzip build.zip && rm build.zip
1818

1919
FROM runner

0 commit comments

Comments
 (0)