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 059dbb4 commit eb28f81Copy full SHA for eb28f81
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.24.0.tar.gz"
5
- sha256 "c20f30462818a4e9224ac8dbd639ff9da323ecf40f296095e5a693296ad4b765"
+ url "https://github.com/docker/buildx/archive/refs/tags/v0.25.0.tar.gz"
+ sha256 "e5a7573a5995c0f12c86d35a8148b2a10a6f1b11d1cf8c6977bf03ac281e6959"
6
license "Apache-2.0"
7
head "https://github.com/docker/buildx.git", branch: "master"
8
0 commit comments