Skip to content

Commit 95a6a94

Browse files
authored
template/docs: change .NET build base-image from 8.0-bullseye-slim -> 8.0 (#1677)
1 parent bd4db5a commit 95a6a94

File tree

1 file changed

+1
-1
lines changed
  • Blueprints/BlueprintDefinitions/vs2022/AspNetCoreWebAPI-Image/template/src/BlueprintBaseName.1

1 file changed

+1
-1
lines changed

Blueprints/BlueprintDefinitions/vs2022/AspNetCoreWebAPI-Image/template/src/BlueprintBaseName.1/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ have the .NET project built inside the container. Below is an example of buildin
5252

5353
```dockerfile
5454
FROM public.ecr.aws/lambda/dotnet:8
55-
FROM mcr.microsoft.com/dotnet/sdk:8.0-bullseye-slim as build
55+
FROM mcr.microsoft.com/dotnet/sdk:8.0 as build
5656
WORKDIR /src
5757
COPY ["BlueprintBaseName.1.csproj", "BlueprintBaseName.1/"]
5858
RUN dotnet restore "BlueprintBaseName.1/BlueprintBaseName.1.csproj"

0 commit comments

Comments
 (0)