Skip to content

Commit 6ea4d30

Browse files
committed
[devops] upgrade SampleApp.Classic Dockerfile base images from .NET 6.0 to .NET 10.0
1 parent 0cbd9fa commit 6ea4d30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/SampleApps/SampleApp.Classic/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine as build
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine as build
22

33
# Build
44

@@ -14,7 +14,7 @@ RUN dotnet publish SampleApp.Classic.csproj -c release -o out
1414

1515
# Run
1616

17-
FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine
17+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine
1818

1919
WORKDIR /usr/src/app
2020

0 commit comments

Comments
 (0)