Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-buildx: update to 0.20.0. #53857

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/docker-buildx/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'docker-buildx'
pkgname=docker-buildx
version=0.19.2
version=0.20.0
revision=1
build_style=go
go_import_path="github.com/docker/buildx"
Expand All @@ -13,7 +13,7 @@ maintainer="Daniel Lewan <[email protected]>"
license="Apache-2.0"
homepage="https://docs.docker.com/buildx/working-with-buildx/"
distfiles="https://github.com/docker/buildx/archive/refs/tags/v${version}.tar.gz"
checksum=f45cb0d465ef0bdcac5136764db33626280fb8720dbae5f9565102e1af58f3c4
checksum=ddf784d450c1a225b3308a4cc71e18e72beab7d99a73ede5818c7ae9c9431041

post_install() {
vmkdir usr/libexec/docker/cli-plugins
Expand Down
Loading