Merge pull request #45335 from thaJeztah/fix_buildkit_version
builder-next: fix buildkit version
This commit is contained in:
commit
d81e0f5789
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
version.Version = "v0.11.0-rc3"
|
||||
version.Version = "v0.11.5"
|
||||
}
|
||||
|
||||
const labelCreatedAt = "buildkit/createdat"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue