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-04-16 12:09:11 +0300
committerGitHub <noreply@github.com>2022-04-16 12:09:11 +0300
commita6ab83d7c51b08c2f8dd241fa261a1d81dcbafa3 (patch)
tree859d7b168699af5ccff2b9385986a6c4f03c300c
parent917d0e1ede0d097a959a98a9a1afad0771f12554 (diff)
Bump gowhatsapp version (#448)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 85acdcc1..f901abfe 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.2.0 && \
+ git checkout v1.3.0 && \
cmake . && \
make && \
make DESTDIR=/tmp/out install