From faaefcdebbe970a6c91ac879fcb0861c82cd3059 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sun, 20 Aug 2023 17:35:20 +0100 Subject: [PATCH] slidge: Update to latest WhatsApp plugin version --- service/slidge/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/slidge/Containerfile b/service/slidge/Containerfile index e8c7581..262a008 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=8b6fc9478017f832b6d77dd8ccb36d3ad9c3c387 +ARG VERSION=299407ea6c8158eedb500094ff86452c70f5ba9e RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ cd /src && git reset --hard ${VERSION}