From 7a0920c3859eae7eec4e94393ecae29546f8fbb2 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Thu, 14 Jul 2022 20:54:19 +0100 Subject: [PATCH] spectrum: Update go-whatsapp 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 5a6a6f8..95c8434 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=6722b2312c4fab6c1725cb17837c5d7b498b575a +ARG WHATSAPP_VERSION=0ac1eae3ebc9e83eb4bf3c226b7cf8daea3619b7 RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates build-essential cmake git libpurple-dev