We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471aed6 commit bac3853Copy full SHA for bac3853
1 file changed
Dockerfile
@@ -13,7 +13,7 @@ RUN apk update && apk add --no-cache libressl jpeg-dev openjpeg-dev libimagequan
13
14
FROM alpine AS nodebuilder
15
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')
+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')
17
RUN unzip build.zip && rm build.zip
18
19
FROM runner
0 commit comments