Skip to content

Commit

Permalink
Update docker observer min API version (#1531)
Browse files Browse the repository at this point in the history
This is analogous to the change in the docker monitor.
  • Loading branch information
benkeith-splunk authored Nov 17, 2020
1 parent 8f90181 commit 30e9176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/observers/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
observerType = "docker"
dockerAPIVersion = "v1.22"
dockerAPIVersion = "v1.24"
)

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

0 comments on commit 30e9176

Please sign in to comment.