From 33c09bb274bcb40a58b249fd615a0ba4752ce83c Mon Sep 17 00:00:00 2001 From: maltokyo Date: Sat, 8 May 2021 11:21:14 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c93204..a09d245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN echo "**** install git-lfs ****" && \ #BISQ_VERSION="$(echo ${BISQ_RELEASE} | cut -c2-)" && \ cd /opt/BISQ && \ - git clone --depth 1 --branch v1.6.3 https://github.com/bisq-network/bisq && \ + git clone --depth 1 --branch v1.6.4 https://github.com/bisq-network/bisq && \ #git clone --depth 1 --branch ${BISQ_VERSION} https://github.com/bisq-network/bisq && \ cd bisq && \ ./scripts/install_java.sh && \