Running a Security Update
docker compose up
, the deployment process downloads dependencies and rebuilds the Docker images with the latest available software. Subsequently, these images are reused each time you start the containers.
FICO releases regular software updates. To make sure you have the latest security patches installed, you should periodically rebuild the Docker images. To rebuild the images, follow these steps:
- If the containers are currently running, stop them with Ctrl+C or the
docker compose down
command. - Rebuild and redeploy the images.
Run the following command:
docker compose up --build --force-recreate
This command causes the old containers and images to be removed, and new images to be built with the latest dependencies. The containers are redeployed and started.Note: No data is lost, because it is stored in Docker volumes or file system locations that are separate from the containers.
docker compose up
command to start the containers.
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.