From c837d999a7e08f694ced7c5170d89e28a2185dca Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 23 Apr 2025 17:54:17 +0200 Subject: [PATCH] push to 0.7.3 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 78a3e93..903ecdc 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.2 +ENV VERSION=v0.7.3 RUN git clone https://github.com/mautrix/discord.git WORKDIR /build/discord RUN git checkout $VERSION