From 8fce96dc1fcb3cb7d4ae6ac80ab8fe581a3c68fa Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Wed, 21 Jun 2023 11:56:27 +0100 Subject: [PATCH] slidge: Update WhatsApp 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 fb7e5a9..55a2490 100644 --- a/service/slidge/Containerfile +++ b/service/slidge/Containerfile @@ -40,7 +40,7 @@ RUN go install github.com/go-python/gopy@latest && \ RUN python3 -m pip install pybindgen -ARG VERSION=7140b36b244fac49a528814bccd0cbdb872162dc +ARG VERSION=cb55ab1d7e4a8d8af0c26328dd87291bcc2b8e46 RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ cd /src && git reset --hard ${VERSION}