Skip to content

Commit

Permalink
docker 1.8.1
Browse files Browse the repository at this point in the history
fix a regression pushing images to repository
  • Loading branch information
ndeloof authored and mistydemeo committed Aug 13, 2015
1 parent aa6f93b commit 166256b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/docker.rb
@@ -1,8 +1,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.8.0",
:revision => "0d03096b65d12b11082e496ffdd824ff356f3fed"
url "https://github.com/docker/docker.git", :tag => "v1.8.1",
:revision => "b66e5ef20824ecef46d657833db409a035b65306"
head "https://github.com/docker/docker.git"

bottle do
Expand Down

0 comments on commit 166256b

Please sign in to comment.