Skip to content

Commit 46b3e75

Browse files
committed
Force Docker API version
1 parent f2ad98c commit 46b3e75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bonvoy.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func root(args[] string) error {
2424
}
2525

2626
func main() {
27+
_ = os.Setenv("DOCKER_API_VERSION", "1.39")
2728
config.Load()
2829
if len(os.Args) < 2 {
2930
fmt.Println("USAGE: bonvoy" +

0 commit comments

Comments
 (0)