We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4db5a commit 95a6a94Copy full SHA for 95a6a94
Blueprints/BlueprintDefinitions/vs2022/AspNetCoreWebAPI-Image/template/src/BlueprintBaseName.1/Readme.md
@@ -52,7 +52,7 @@ have the .NET project built inside the container. Below is an example of buildin
52
53
```dockerfile
54
FROM public.ecr.aws/lambda/dotnet:8
55
-FROM mcr.microsoft.com/dotnet/sdk:8.0-bullseye-slim as build
+FROM mcr.microsoft.com/dotnet/sdk:8.0 as build
56
WORKDIR /src
57
COPY ["BlueprintBaseName.1.csproj", "BlueprintBaseName.1/"]
58
RUN dotnet restore "BlueprintBaseName.1/BlueprintBaseName.1.csproj"
0 commit comments