Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maltokyo committed May 8, 2021
1 parent f3ddf8d commit 33c09bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 33c09bb

Please sign in to comment.