Skip to content

Commit b5f161e

Browse files
authored
Update Dockerfile
target .net 10.0
1 parent 2e15c92 commit b5f161e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
22

3-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
3+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
44
WORKDIR /app
55

66
EXPOSE 8080
77
EXPOSE 8081
88

99
ENV ASPNETCORE_HTTP_PORTS 80
1010

11-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
11+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
1212
WORKDIR /src
1313
COPY ["AzureNamingTool.csproj", "."]
1414
RUN dotnet restore "./AzureNamingTool.csproj"

0 commit comments

Comments
 (0)