From 8feb9852d20bf96853f6fb68c01318e8ffe2f61c Mon Sep 17 00:00:00 2001 From: Fabien Foulgoc Date: Fri, 12 Feb 2016 21:39:48 +0100 Subject: [PATCH] docker 1.10.1 Closes Homebrew/homebrew#49122. Signed-off-by: Dominyk Tiller --- Formula/docker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/docker.rb b/Formula/docker.rb index 76d45976c0..6ed4dbdc35 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.0", - :revision => "590d5108bbdaabb05af590f76c9757daceb6d02e" + :tag => "v1.10.1", + :revision => "9e83765d0f5089689f829dfbb28de24305395d2f" head "https://github.com/docker/docker.git"