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 882599d commit b008823Copy full SHA for b008823
Formula/d/docker-completion.rb
@@ -1,8 +1,8 @@
1
class DockerCompletion < Formula
2
desc "Bash, Zsh and Fish completion for Docker"
3
homepage "https://www.docker.com/"
4
- url "https://github.com/docker/cli/archive/refs/tags/v27.1.2.tar.gz"
5
- sha256 "e60fddb2bd2b4e19790d26b786c930e70fa935168373ef08055f74bbc450bce8"
+ url "https://github.com/docker/cli/archive/refs/tags/v27.2.0.tar.gz"
+ sha256 "abd601fcf2223a550a9a8ef9117345f932b06ccb084bbfb8d111f6809d5e6c83"
6
license "Apache-2.0"
7
head "https://github.com/docker/cli.git", branch: "master"
8
0 commit comments