diff options
| -rw-r--r-- | .gitlab-ci.yml | 4 | ||||
| -rw-r--r-- | scripts/docker/Makefile | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdb5505f..7419cdaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ code-check:  tests:    stage: tests -  image: leapcode/soledad:1.0 +  image: leapcode/soledad:latest    services:      - couchdb    script: @@ -20,7 +20,7 @@ tests:  benchmark:    stage: benchmark -  image: leapcode/soledad:1.0 +  image: leapcode/soledad:latest    services:      - couchdb    script: 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 | 
