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