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.
2 parents 2e15c92 + b5f161e commit f132d61Copy full SHA for f132d61
src/Dockerfile
@@ -1,14 +1,14 @@
1
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
2
3
-FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
4
WORKDIR /app
5
6
EXPOSE 8080
7
EXPOSE 8081
8
9
ENV ASPNETCORE_HTTP_PORTS 80
10
11
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
12
WORKDIR /src
13
COPY ["AzureNamingTool.csproj", "."]
14
RUN dotnet restore "./AzureNamingTool.csproj"
0 commit comments