To force an update on Dockerfile image builds:
docker build --no-cache <all your other build options>
To force an update with docker compose
docker compose -f <compose file> up --build --force-recreate