From bcd39b92e182e62125e4d4657475a31943cea976 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Fri, 17 Nov 2023 13:13:04 +0000 Subject: [PATCH] slidge: Update Discord plugin to latest version --- service/slidge/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/slidge/Containerfile b/service/slidge/Containerfile index 187df6b..069b554 100644 --- a/service/slidge/Containerfile +++ b/service/slidge/Containerfile @@ -9,7 +9,7 @@ RUN curl -fL https://install.python-poetry.org | python3 - FROM builder-base AS builder-discord -ARG VERSION=18ff5e5617c120326363a9115ffce5e9a4c2e581 +ARG VERSION=8a28cfe4e3ba2f6a8609b047722d013989a5bd9a RUN git clone https://git.sr.ht/~nicoco/slidcord /src && \ cd /src && git reset --hard ${VERSION}