From b5fac1075771499e782b8904699af11738549e09 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 28 Mar 2024 13:49:52 +0100 Subject: [PATCH] push to 0.6.5 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 2483162..8fbf8df 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.6.4 +ENV VERSION=v0.6.5 RUN git clone https://github.com/mautrix/discord.git WORKDIR /build/discord RUN git checkout $VERSION