From 4740570100ce3ac85048e06df65d0357993e5fc5 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 24 Sep 2022 18:47:32 +0100 Subject: [PATCH] spectrum: Update WhatsApp bridge to latest version --- service/spectrum/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/spectrum/Containerfile b/service/spectrum/Containerfile index 95c8434..3f38f71 100644 --- a/service/spectrum/Containerfile +++ b/service/spectrum/Containerfile @@ -15,7 +15,7 @@ RUN git clone https://github.com/EionRobb/purple-discord.git && \ rm -Rf /purple-discord FROM docker.io/golang:1.18 AS golang-builder -ARG WHATSAPP_VERSION=0ac1eae3ebc9e83eb4bf3c226b7cf8daea3619b7 +ARG WHATSAPP_VERSION=94995ce037c194f0727619b0ab395aae6bf21238 RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates build-essential cmake git libpurple-dev