Skip to content

Commit

Permalink
temp: use fix/connext-minor-fixes branch for xud:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Ranna committed May 14, 2020
1 parent c05c5cb commit cac067c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=fix/connext-minor-fixes
RUN apk add --no-cache git rsync bash musl-dev go python3 make g++
# This is a "hack" to automatically invalidate the cache in case there are new commits
ADD https://api.github.com/repos/$REPO/commits/$BRANCH /dev/null
Expand Down
2 changes: 1 addition & 1 deletion images/xud/latest/Dockerfile.aarch64
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=fix/connext-minor-fixes
# Use pure JS implemented secp256k1 bindings
RUN apk add --no-cache git rsync bash musl-dev go python3 make g++
# Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, musl) (falling back to source compile with node-gyp)
Expand Down

0 comments on commit cac067c

Please sign in to comment.