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 0e6efe2 commit 566045aCopy full SHA for 566045a
Formula/d/docker-buildx.rb
@@ -1,8 +1,8 @@
1
class DockerBuildx < Formula
2
desc "Docker CLI plugin for extended build capabilities with BuildKit"
3
homepage "https://docs.docker.com/buildx/working-with-buildx/"
4
- url "https://github.com/docker/buildx/archive/refs/tags/v0.19.2.tar.gz"
5
- sha256 "f45cb0d465ef0bdcac5136764db33626280fb8720dbae5f9565102e1af58f3c4"
+ url "https://github.com/docker/buildx/archive/refs/tags/v0.19.3.tar.gz"
+ sha256 "981a17d5763d9583c6c73ac194d4978de6fb632e3818fa6d983aefbc0c02f844"
6
license "Apache-2.0"
7
head "https://github.com/docker/buildx.git", branch: "master"
8
0 commit comments