Merge pull request #45335 from thaJeztah/fix_buildkit_version

builder-next: fix buildkit version
This commit is contained in:
Akihiro Suda 2023-04-14 18:55:14 +09:00 committed by GitHub
commit d81e0f5789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ import (
)
func init() {
version.Version = "v0.11.0-rc3"
version.Version = "v0.11.5"
}
const labelCreatedAt = "buildkit/createdat"

View file

@ -56,7 +56,7 @@ require (
github.com/klauspost/compress v1.16.3
github.com/miekg/dns v1.1.43
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
github.com/moby/buildkit v0.11.5
github.com/moby/buildkit v0.11.5 // IMPORTANT: when updating, also update the version in builder/builder-next/worker/worker.go
github.com/moby/ipvs v1.1.0
github.com/moby/locker v1.0.1
github.com/moby/patternmatcher v0.5.0