You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2018/06/21 21:10:22 UTC

[trafficcontrol] branch master updated: Update weasel to v0.2.

This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new b2c5027  Update weasel to v0.2.
b2c5027 is described below

commit b2c50270f0f7d687f54995e2edb2ced3eb678def
Author: Chris Lemmons <al...@gmail.com>
AuthorDate: Thu Jun 21 21:04:23 2018 +0000

    Update weasel to v0.2.
---
 infrastructure/docker/build/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/docker/build/docker-compose.yml b/infrastructure/docker/build/docker-compose.yml
index 73ba345..507cb73 100644
--- a/infrastructure/docker/build/docker-compose.yml
+++ b/infrastructure/docker/build/docker-compose.yml
@@ -87,7 +87,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   weasel:
-    image: licenseweasel/weasel:0.1
+    image: licenseweasel/weasel:0.2
     volumes:
       - ../../..:/trafficcontrol:z
     command: ['-f', '/trafficcontrol/dist/weasel.txt', '/trafficcontrol']