slidge: Update Discord plugin to latest version

This commit is contained in:
Alex Palaistras 2023-11-17 13:13:04 +00:00
parent 3e7adeb6a3
commit bcd39b92e1

View File

@ -9,7 +9,7 @@ RUN curl -fL https://install.python-poetry.org | python3 -
FROM builder-base AS builder-discord FROM builder-base AS builder-discord
ARG VERSION=18ff5e5617c120326363a9115ffce5e9a4c2e581 ARG VERSION=8a28cfe4e3ba2f6a8609b047722d013989a5bd9a
RUN git clone https://git.sr.ht/~nicoco/slidcord /src && \ RUN git clone https://git.sr.ht/~nicoco/slidcord /src && \
cd /src && git reset --hard ${VERSION} cd /src && git reset --hard ${VERSION}