temporarily revert to signal-cli 0.6.12 version

* with signal-cli version 0.7 groups v2 were introduced, which
require some bigger changes in the Dockerfile (zkgroup support)
This commit is contained in:
Bernhard B
2020-12-25 12:38:50 +01:00
parent 5ef870fa0c
commit 37c91b9fa5

View File

@@ -1,6 +1,6 @@
FROM golang:1.13-buster AS buildcontainer
ARG SIGNAL_CLI_VERSION=0.7.0
ARG SIGNAL_CLI_VERSION=0.6.12
ARG SWAG_VERSION=1.6.7
ENV GIN_MODE=release