From 2c6231080f7ccca921e3816b037d050ab0bbbb58 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Tue, 20 Jun 2023 14:00:51 +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 6cb5826..fb7e5a9 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=a83b6567796ecc7b059beb81b5e7e4e8aff567d2 +ARG VERSION=7140b36b244fac49a528814bccd0cbdb872162dc RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ cd /src && git reset --hard ${VERSION}