track master instead of specific revs

This commit is contained in:
Jeffrey Paul 2016-09-02 00:47:17 +02:00
parent 7b51d6dfac
commit 4d220d803f
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@ FROM phusion/baseimage:0.9.19
# steem:master as of 2016-08-18
ARG STEEMD_REPO=https://github.com/steemit/steem.git
ARG STEEMD_REV=045c2a340d254d11dfcd22e1253646132465f9b7
ARG STEEMD_REV=master
# secp256k1:master as of 2016-08-18
ARG SECP256K1_REPO=https://github.com/bitcoin/secp256k1
ARG SECP256K1_REV=7a49cacd3937311fcb1cb36b6ba3336fca811991
ARG SECP256K1_REV=master
ARG UBUNTU_MIRROR=mirror://mirrors.ubuntu.com/mirrors.txt