mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
update osquery image in db migration testing tool (#15658)
In this release we're introducing a query that makes use of `browser_type` which was introduced in a newer osquery version. In our docs we officially support "the latest" osquery, but doing a soft bump for now.
This commit is contained in:
parent
27073720c5
commit
142d46beb7
@ -58,7 +58,7 @@ services:
|
||||
image: fleetdm/fleet:${FLEET_VERSION_B:-latest}
|
||||
|
||||
osquery:
|
||||
image: "osquery/osquery:4.6.0-ubuntu20.04"
|
||||
image: "osquery/osquery:4.7.0-ubuntu20.04"
|
||||
volumes:
|
||||
- ./fleet.crt:/etc/osquery/fleet.crt
|
||||
- ./osquery.flags:/etc/osquery/osquery.flags
|
||||
|
Loading…
Reference in New Issue
Block a user