Any guidance how to build chirpstack concentrator using my own Git repository for sx1302_HAL

“Hi, I’m trying to build a ChirpStack concentrator using my own Git repository for the sx1302_hal (I’ve made some changes to the sx1250 calibrations). I modified the Dockerfile (Dockerfile.aarch64-unknown-linux-musl) to point to my repository instead of https://github.com/brocaar/sx1302_hal.git, but every time I try to build it, it still pulls from the original repository. Can anyone provide any guidance?”

Did you change the “image:” line in your docker-compose.yml to the name of your local docker image?

No i haven’t, where to change it?

never mind i have made some errors. i have fixed it.