summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2016-10-05 01:19:51 -0300
committerVictor Shyba <victor1984@riseup.net>2016-10-21 14:09:54 -0300
commit308384eba7da58fbfdc17ead35a98216880206b5 (patch)
tree0aee0e69526581d9d36ec4b387d81a71bfd92ef9 /scripts
parentc326dae7b824366208220da94ca730788bb50a18 (diff)
[feature] use latest image
Instead of hardcoding a version. This should give us the flexibility of changing images without changing code.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/Makefile b/scripts/docker/Makefile
index 0fdc93fa..7050526a 100644
--- a/scripts/docker/Makefile
+++ b/scripts/docker/Makefile
@@ -16,7 +16,7 @@
# Some configurations you might override when calling this makefile #
#####################################################################
-IMAGE_NAME ?= leapcode/soledad:1.0
+IMAGE_NAME ?= leapcode/soledad:latest
SOLEDAD_REMOTE ?= https://0xacab.org/leap/soledad.git
SOLEDAD_BRANCH ?= develop
SOLEDAD_PRELOAD_NUM ?= 100