How to Update Fix Inventory
We regularly release new versions of Fix Inventory with bug fixes and new features, and recommend keeping your Fix Inventory installation up to date.
Don't want to manage your own Fix Inventory installation? Get started for free with Fix Security, an all-in-one security dashboard built on top of Fix Inventory.
Prerequisites​
Directions​
-
Fetch the
docker-compose.yaml
file for the latest Fix Inventory version. See the list of versions if you want to use a specific version.$ curl -Lo docker-compose.yaml https://raw.githubusercontent.com/someengineering/fixinventory/main/docker-compose.yaml
-
Restart the services defined in the
docker-compose.yaml
file:$ docker-compose up -d
noteDocker Compose V2 integrated compose functions in to the Docker platform.
In Docker Compose V2, the command is
docker compose
(no hyphen) instead ofdocker-compose
.infoFix Inventory publishes packages for both x86 and ARM architectures for stable releases, but
edge
versions are only available for x86.If you have an Apple Silicon or other ARM-based machine, please use the latest stable release (
4.1.0
orlatest
).