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 24e2ffc commit 283d88eCopy full SHA for 283d88e
src/Joinrpg.Dal.Migrate/Dockerfile
@@ -5,7 +5,7 @@ COPY . ./
5
RUN dotnet publish src/Joinrpg.Dal.Migrate -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
ENTRYPOINT ["/app/Joinrpg.Dal.Migrate"]
0 commit comments