Skip to content

Commit dbe79b9

Browse files
author
Jody McIntyre
committed
Use Docker API version 1.25
This allows us to support older Docker versions, back to v1.13.
1 parent 58db0d4 commit dbe79b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type ShellCmd struct {
2929
Error error
3030
}
3131

32-
const APIVERSION = "1.40"
32+
const APIVERSION = "1.25"
3333
const DEBUG = true
3434
const DOKKU_APP_LABEL = "com.dokku.app-name"
3535

0 commit comments

Comments
 (0)