Skip to content

Commit

Permalink
build xud 2048-tls branch
Browse files Browse the repository at this point in the history
  • Loading branch information
reliveyy committed Jun 26, 2020
1 parent 5613fd8 commit 8c052e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/xud/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:12-alpine3.11 AS builder
ARG REPO=ExchangeUnion/xud
ARG BRANCH=master
ARG BRANCH=2048-tls
RUN apk add --no-cache git rsync bash musl-dev go python3 make g++
RUN git clone -b $BRANCH --depth=2 https://github.com/$REPO
WORKDIR /xud
Expand Down

0 comments on commit 8c052e3

Please sign in to comment.