Skip to content

Commit

Permalink
Bumping image references to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Smith committed Aug 22, 2016
1 parent a73767d commit 02b281b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ postgres:
- POSTGRES_PASSWORD=cog

cog:
image: operable/cog:0.12
image: operable/cog:0.13-rc1
environment:
- COG_MQTT_HOST=0.0.0.0
- DATABASE_URL=ecto://cog:cog@postgres:5432/cog
Expand All @@ -53,7 +53,7 @@ cog:
entrypoint: /home/operable/cog/scripts/docker-start

relay:
image: operable/relay:0.12
image: operable/relay:0.13-rc1
privileged: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 02b281b

Please sign in to comment.