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-01 03:12:41 +0300
committerGitHub <noreply@github.com>2022-04-01 03:12:41 +0300
commit917d0e1ede0d097a959a98a9a1afad0771f12554 (patch)
tree01ad104a509ac69cfb878ceb2e3edca0568b9361
parent780012973fa829e26f3ec4048680cc24d23fde0c (diff)
Bump gowhatsapp version (#445)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4d489e20..85acdcc1 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.1.0 && \
+ git checkout v1.2.0 && \
cmake . && \
make && \
make DESTDIR=/tmp/out install