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 64e0f02 commit 91d76c1Copy full SHA for 91d76c1
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.27.0.tar.gz"
5
- sha256 "b2d9ae781b2f693fe145969e3ebfb02f88aa365d0e0f4bb2578759e634b5b98b"
+ url "https://github.com/docker/buildx/archive/refs/tags/v0.28.0.tar.gz"
+ sha256 "f20556fec0a4e859e57ac8343851ad91054b90fa12855b1fbc6c277a01a85a7a"
6
license "Apache-2.0"
7
head "https://github.com/docker/buildx.git", branch: "master"
8
0 commit comments