push to 0.6.5

This commit is contained in:
Sebastian Hugentobler 2024-03-28 13:49:52 +01:00
parent 2c886bc537
commit b5fac10757
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -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