docker-compose buildでコンテナを作っていたら最後の方で下記のエラーが発生しました。
level=warning msg="current commit information was not captured by the build" error="git was not found in the system: exec: \"git.exe\": executable file not found in %PATH%"
どうもホスト側の環境にもgitが必要なようです。今まではこんなことなかったのですけどね・・・
ホストのWindowsにgitをインストールして再実行したところ上手くいきました。