From f547a2158bc90302ddfe09915a557d2e4ac4dfe8 Mon Sep 17 00:00:00 2001 From: Peter Bachmaier Date: Wed, 9 Oct 2024 22:12:18 +0200 Subject: [PATCH] Update purple-gowhatsapp to 723c329cfa54a7ce9a50c63c513c37759ffce82f --- Dockerfile.trixie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.trixie b/Dockerfile.trixie index 47c212dd..ad339fb1 100644 --- a/Dockerfile.trixie +++ b/Dockerfile.trixie @@ -58,7 +58,7 @@ RUN echo "---> purple-gowhatsapp" && \ apt-get -y install golang && \ git clone https://github.com/hoehermann/purple-gowhatsapp.git && \ cd purple-gowhatsapp && \ - git checkout v1.16.0 && \ + git checkout 723c329cfa54a7ce9a50c63c513c37759ffce82f && \ git submodule update --init && \ cmake . && \ make && \