Skip to content

Commit 181b871

Browse files
Fix dockerfile. (#31)
1 parent e41d9cd commit 181b871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Peppermint.ReverseProxy/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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:7.0 AS base
3+
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
44
WORKDIR /app
55
EXPOSE 80
66
EXPOSE 443
77

8-
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
99
WORKDIR /src
1010
COPY ["src/Peppermint.ReverseProxy/Peppermint.ReverseProxy.csproj", "src/Peppermint.ReverseProxy/"]
1111
RUN dotnet restore "src/Peppermint.ReverseProxy/Peppermint.ReverseProxy.csproj"

0 commit comments

Comments
 (0)