Skip to content

Commit

Permalink
v1.8.17:wq
Browse files Browse the repository at this point in the history
  • Loading branch information
johankristianss committed Sep 14, 2024
1 parent 8f282ec commit 4025ab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all: build
.PHONY: all build

BUILD_IMAGE ?= colonyos/colonies
PUSH_IMAGE ?= colonyos/colonies:v1.8.9
PUSH_IMAGE ?= colonyos/colonies:v1.8.17

VERSION := $(shell git rev-parse --short HEAD)
BUILDTIME := $(shell date -u '+%Y-%m-%dT%H:%M:%SZ')
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
"
colonies-server:
image: colonyos/colonies:v1.8.7
image: colonyos/colonies:v1.8.17
depends_on:
- timescaledb
environment:
Expand Down Expand Up @@ -108,7 +108,7 @@ services:
"
docker-executor:
image: colonyos/dockerexecutor:v1.0.3
image: colonyos/dockerexecutor:v1.0.4
privileged: true
environment:
LANG: ${LANG:-en_US.UTF-8}
Expand Down

0 comments on commit 4025ab2

Please sign in to comment.