Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bachmaier <99303322+theassemblerguy@users.noreply.github.com>2022-08-01 19:44:53 +0300
committerGitHub <noreply@github.com>2022-08-01 19:44:53 +0300
commita00d64b7db0869f7612f46fd4fd01a3c9c20ede5 (patch)
treee4246acde349d31a186a1355309252271bdaaebc
parentfaa301346242244bb89ba7c7fffeef0d9d8621f0 (diff)
Bump libpurple-gowhatsapp (#451)
* Bump purple-gowhatsapp version to 1.6.0
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7aa0d5c7..e3968888 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -98,7 +98,7 @@ RUN echo "---> purple-gowhatsapp" && \
apt-get -y install -t bullseye-backports golang && \
git clone https://github.com/hoehermann/purple-gowhatsapp.git && \
cd purple-gowhatsapp && \
- git checkout v1.3.0 && \
+ git checkout v1.6.0 && \
cmake . && \
make && \
make DESTDIR=/tmp/out install