Skip to content

Commit b1b485d

Browse files
Bump version to v1.9.10
1 parent 6964854 commit b1b485d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ all: build
22
.PHONY: all build
33

44
BUILD_IMAGE ?= colonyos/colonies
5-
PUSH_IMAGE ?= colonyos/colonies:v1.9.10-beta2
5+
PUSH_IMAGE ?= colonyos/colonies:v1.9.10
66

77
VERSION := $(shell git rev-parse --short HEAD)
88
BUILDTIME := $(shell date -u '+%Y-%m-%dT%H:%M:%SZ')

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)