From 50a2dbce1cf5dfd4baddf6677cb87e1219c70cc2 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Mon, 14 Nov 2016 10:08:29 -0500 Subject: [PATCH] docker 1.12.3 Closes #6909. Signed-off-by: Mike McQuaid --- Formula/docker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/docker.rb b/Formula/docker.rb index fd7b9a04f4..71433e9ae4 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.12.2", - :revision => "bb80604a0b200140a440675348c848a137a1b2e2" + :tag => "v1.12.3", + :revision => "6b644ecc1977c479212676757bff05664fcb655a" head "https://github.com/docker/docker.git"