mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
changed Docker API version to 1.44
This commit is contained in:
parent
f023b42c89
commit
7e7bbf19e5
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
APIVersion = "1.25"
|
APIVersion = "1.44"
|
||||||
dockerHostEnvKey = "DOCKER_HOST"
|
dockerHostEnvKey = "DOCKER_HOST"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue