From 0a862f0455f10640840f39db0a08c8bd25a54144 Mon Sep 17 00:00:00 2001 From: Li Chuangbo Date: Thu, 14 Apr 2016 11:34:47 +1200 Subject: [PATCH] docker 1.11.0 Docker 1.11.0 Closes #299. Signed-off-by: Tim D. Smith --- Formula/docker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/docker.rb b/Formula/docker.rb index cb6a4482dae0b..f8b932e340a0b 100644 --- a/Formula/docker.rb +++ b/Formula/docker.rb @@ -2,8 +2,8 @@ class Docker < Formula desc "Pack, ship and run any application as a lightweight container" homepage "https://www.docker.com/" url "https://github.com/docker/docker.git", - :tag => "v1.10.3", - :revision => "20f81dde9bd97c86b2d0e33bbbf1388018611929" + :tag => "v1.11.0", + :revision => "4dc5990d7565a4a15d641bc6a0bc50a02cfcf302" head "https://github.com/docker/docker.git"