JimBimBomBom / city-distance-service

0 stars 0 forks source link

Reproducible builds #75

Closed JimBimBomBom closed 2 months ago

JimBimBomBom commented 2 months ago

https://devblogs.microsoft.com/nuget/enable-repeatable-package-restores-using-a-lock-file/

JimBimBomBom commented 2 months ago

follow the above article to build lock files. Use the lock files to build the program in Dockerfile.

JimBimBomBom commented 2 months ago

Solved in #81