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.
1 parent 283d88e commit 22296a3Copy full SHA for 22296a3
src/JoinRpg.Portal/Dockerfile
@@ -5,7 +5,7 @@ COPY . ./
5
RUN dotnet publish src/JoinRpg.Portal -c Release -o out
6
7
# Build runtime image
8
-FROM mcr.microsoft.com/dotnet/aspnet:5.0.6
+FROM mcr.microsoft.com/dotnet/aspnet:5.0.7
9
WORKDIR /app
10
COPY --from=build-env /app/out .
11
0 commit comments