Updating your local instance
How to update your local instance. All docker images are available on ghcr with the specific versions matching the repo tags. The latest tag points to the most recent release for both back and front.
Hands-free
The easiest way to update your on-prem/local instance (pro or community)
Run the script update-ciso-assistant:
Manually
If you need to do it manually for any reasons on a local instance
Backup your db file outside of the repo folder, always a good practice
Stop the containers and delete the containers instances
Clean up the previous docker images
Trigger compose up to refresh the images
Last updated