Replies: 3 comments 3 replies
-
|
@dhart3545 thanks for the information! I'll look into this! Did you mean chapter 5? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Found an issue (with chapter 5 where I started with Docker). The issue is because I changed to central package management (CPM). The docker build does not run because it also needs Directory.Packages.props for building the image.
I create an issue from the discussion and create a fix. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Related to microsoft/DockerTools#439 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This command is failing:
docker build -f Codebreaker.GameAPIs\Dockerfile . -t codebreaker/gamesapi.3.5.1
I think it has to do with this error:
warning NU1902: Package 'OpenTelemetry.Instrumentation.AspNetCore' 1.6.0 has a known moderate severity vulnerability, GHSA-vh2m-22xx-q94f [/src/Codebreaker.GameAPIs/Codebreaker.GameAPIs.csproj]
But updating the NuGet package does not fix. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions