Skip to content

Commit f132d61

Browse files
authored
Merge pull request #178 from pirminf/patch-1
Update Dockerfile
2 parents 2e15c92 + b5f161e commit f132d61

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)