From 6a4608446b7b5bb3fc9c30ef3ac457cc341bb145 Mon Sep 17 00:00:00 2001 From: Marcelo Schmidt Date: Tue, 19 Jul 2016 16:37:47 -0300 Subject: [PATCH] Update hubot version to v.0.1.4 Version 1.x.x was being used and it's not working right. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2637c3c86a2..6ec2f39945c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ rocketchat: # hubot, the popular chatbot (add the bot user first and change the password before starting this image) hubot: - image: rocketchat/hubot-rocketchat + image: rocketchat/hubot-rocketchat:v0.1.4 environment: - ROCKETCHAT_URL=rocketchat:3000 - ROCKETCHAT_ROOM=GENERAL