From e91366e63d8e6e419661fd68ead2955fd88d1c18 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Tue, 14 Nov 2023 17:34:02 +0000 Subject: [PATCH] slidge: Update plugins to latest versions --- service/slidge/Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service/slidge/Containerfile b/service/slidge/Containerfile index 0d2e32d..187df6b 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=a698e7f092f8781800fee3842f59481fb034b58a +ARG VERSION=18ff5e5617c120326363a9115ffce5e9a4c2e581 RUN git clone https://git.sr.ht/~nicoco/slidcord /src && \ cd /src && git reset --hard ${VERSION} @@ -20,7 +20,7 @@ RUN cp -R /src/slidcord /venv/lib/python3.11/site-packages/legacy_module FROM builder-base AS builder-skype -ARG VERSION=a08320895c054b3cfdd4876d4ca7faccf4548eec +ARG VERSION=e200ad614d480e246c5d1ca25d50e938f2ba2aee RUN git clone https://git.sr.ht/~nicoco/skidge /src && \ cd /src && git reset --hard ${VERSION} @@ -40,7 +40,7 @@ RUN go install github.com/go-python/gopy@latest && \ RUN python3 -m pip install pybindgen -ARG VERSION=a2c008dc9a6cc694bc24563f3656396bd05cc2a2 +ARG VERSION=5401803e9557ff7bacb372479ed6c0b1fb2b7372 RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ cd /src && git reset --hard ${VERSION}