Skip to content

Commit 238d98b

Browse files
authored
Missed a base image update
1 parent f755d62 commit 238d98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/dotnet/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ WORKDIR /source/src
314314
RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages \
315315
dotnet publish -a ${TARGETARCH/amd64/x64} --use-current-runtime --self-contained false -o /app
316316
317-
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine AS development
317+
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS development
318318
COPY . /source
319319
WORKDIR /source/src
320320
CMD dotnet run --no-launch-profile

0 commit comments

Comments
 (0)