From aaa2470c696b3334fb483e15d0039c462854c2f4 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 20 Jun 2025 08:15:49 +0200 Subject: [PATCH] push to 0.7.4 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 903ecdc..5ff2a19 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ RUN ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so WORKDIR /build -ENV VERSION=v0.7.3 +ENV VERSION=v0.7.4 RUN git clone https://github.com/mautrix/discord.git WORKDIR /build/discord RUN git checkout $VERSION