We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41d9cd commit 181b871Copy full SHA for 181b871
src/Peppermint.ReverseProxy/Dockerfile
@@ -1,11 +1,11 @@
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:7.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
4
WORKDIR /app
5
EXPOSE 80
6
EXPOSE 443
7
8
-FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
9
WORKDIR /src
10
COPY ["src/Peppermint.ReverseProxy/Peppermint.ReverseProxy.csproj", "src/Peppermint.ReverseProxy/"]
11
RUN dotnet restore "src/Peppermint.ReverseProxy/Peppermint.ReverseProxy.csproj"
0 commit comments