evolutionary-architecture / evolutionary-architecture-by-example

Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
MIT License
1.55k stars 191 forks source link

Docker file for chapter 1 references dotnet 7 rather that dotnet 8 #91

Closed gslam2k closed 6 months ago

gslam2k commented 6 months ago

Describe the bug Docker file for chapter 1 references dotnet 7 rather that dotnet 8

To Reproduce Steps to reproduce the behavior:

  1. run docker-compose build in chapter 1 src directory

Expected behavior Builds without issue.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information): -Windows 11

Smartphone (please complete the following information):

kamilbaczek commented 6 months ago

Hi @gslam2k. Thanks for this issue. We will fix it shortly.