File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ all: build
22.PHONY : all build
33
44BUILD_IMAGE ?= colonyos/colonies
5- PUSH_IMAGE ?= colonyos/colonies:v1.9.10-beta2
5+ PUSH_IMAGE ?= colonyos/colonies:v1.9.10
66
77VERSION := $(shell git rev-parse --short HEAD)
88BUILDTIME := $(shell date -u '+% Y-% m-% dT% H:% M:% SZ')
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ services:
5151 "
5252
5353 colonies-server :
54- image : colonyos/colonies:v1.9.9
54+ image : colonyos/colonies:v1.9.10
5555 depends_on :
5656 - timescaledb
5757 environment :
@@ -87,7 +87,7 @@ services:
8787 command : sh -c "colonies server start --initdb --port ${COLONIES_SERVER_PORT} --relayport 25100 --etcdname server1 --etcdhost colonies-server --etcdclientport 23100 --etcdpeerport 24100 --initial-cluster server1=colonies-server:24100:25100:${COLONIES_SERVER_PORT} --etcddatadir /var/colonies/etcd --insecure"
8888
8989 colonies-setup :
90- image : colonyos/colonies:v1.9.9
90+ image : colonyos/colonies:v1.9.10
9191 depends_on :
9292 - colonies-server
9393 environment :
You can’t perform that action at this time.
0 commit comments