Skip to content

Commit 7879de8

Browse files
authored
Merge pull request dokku#15 from plotly/api-1.25
Use Docker API version 1.25
2 parents 380d04c + dbe79b9 commit 7879de8

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)