From 6a842dd3743d51000fccbb35608921d519969fe8 Mon Sep 17 00:00:00 2001 From: shoce Date: Mon, 4 Nov 2024 15:57:36 +0530 Subject: [PATCH] tgbotserver --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c94fde..43266eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apk add --no-cache tzdata RUN apk add --no-cache gcompat && ln -s -f -v ld-linux-x86-64.so.2 /lib/libresolv.so.2 RUN mkdir -p /opt/tgzebot/ -COPY --from=ghcr.io/shoce/tgbotserver /bin/tgbotserver /bin/tgbotserver +COPY --from=ghcr.io/shoce/tgbotserver:24.1104.0404 /bin/tgbotserver /bin/tgbotserver COPY --from=build /root/tgzebot/ffmpeg /bin/ffmpeg COPY --from=build /root/tgzebot/tgzebot /bin/tgzebot RUN ls -l -a /bin/ffmpeg /bin/tgzebot