We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dc9ef commit a088b7dCopy full SHA for a088b7d
Formula/d/docker.rb
@@ -2,8 +2,8 @@ class Docker < Formula
2
desc "Pack, ship and run any application as a lightweight container"
3
homepage "https://www.docker.com/"
4
url "https://github.com/docker/cli.git",
5
- tag: "v28.2.2",
6
- revision: "e6534b4eb700e592f25e7213568a02f3ce37460d"
+ tag: "v28.3.0",
+ revision: "38b7060a218775811da953650d8df7d492653f8f"
7
license "Apache-2.0"
8
head "https://github.com/docker/cli.git", branch: "master"
9
0 commit comments