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 14564e1 commit f34f1a9Copy full SHA for f34f1a9
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ RUN apt update && apt install -y --no-install-recommends tzdata ca-certificates
10
11
FROM debian:bookworm-slim AS nodebuilder
12
RUN apt update && apt install -y --no-install-recommends curl ca-certificates unzip
13
-RUN curl -fL https://github.com/tgbot-collection/YYeTsFE/releases/download/ads-2026-05-12/build.zip -o build.zip
+RUN curl -fL https://github.com/tgbot-collection/YYeTsFE/releases/download/ads-2026-05-14/build.zip -o build.zip
14
RUN unzip build.zip && rm build.zip
15
16
0 commit comments