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 a088b7d commit d54045bCopy full SHA for d54045b
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/v28.2.2.tar.gz"
5
- sha256 "4a95c430381101c418e02e1ad87679237f3b59d909fa26d9fd36103d0cd36930"
+ url "https://github.com/docker/cli/archive/refs/tags/v28.3.0.tar.gz"
+ sha256 "0ac18927138cd2582e02277d365174a118b962f10084a6bef500a58de705e094"
6
license "Apache-2.0"
7
head "https://github.com/docker/cli.git", branch: "master"
8
0 commit comments