From c7eec07f5585a2939d96cb9a1855a2f98dda248e Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Thu, 14 Dec 2023 12:14:17 +0000 Subject: [PATCH] slidge: Update `slidge-whatsapp` version --- service/slidge/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/slidge/Containerfile b/service/slidge/Containerfile index 44115e6..da84282 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=6950698ef4b417e03b1b434782915bb07c02cd2c +ARG VERSION=61db123ace5a59a6d46430d85fca8d269de9dd0f RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ cd /src && git reset --hard ${VERSION}