Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 30e9176

Browse files
Update docker observer min API version (#1531)
This is analogous to the change in the docker monitor.
1 parent 8f90181 commit 30e9176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/observers/docker/docker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
const (
2424
observerType = "docker"
25-
dockerAPIVersion = "v1.22"
25+
dockerAPIVersion = "v1.24"
2626
)
2727

2828
// OBSERVER(docker): Queries the Docker Engine API for running containers. If

0 commit comments

Comments
 (0)