Skip to main content

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.

tip

Don't want to manage your own Fix Inventory installation? Get started for free with Fix, an all-in-one security dashboard built on top of Fix Inventory.

Prerequisites​

Directions​

  1. 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
  2. Restart the services defined in the docker-compose.yaml file:

    $ docker-compose up -d
    note

    Docker Compose V2 integrated compose functions in to the Docker platform.

    In Docker Compose V2, the command is docker compose (no hyphen) instead of docker-compose.

    info

    Fix 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.0.5 or latest).