diff --git a/src/Services/Identity/Identity.API/Dockerfile b/src/Services/Identity/Identity.API/Dockerfile index c0a254bf0..0d7a78513 100644 --- a/src/Services/Identity/Identity.API/Dockerfile +++ b/src/Services/Identity/Identity.API/Dockerfile @@ -1,8 +1,8 @@ -FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base +FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.7 AS base WORKDIR /app EXPOSE 80 -FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build +FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.7 AS build WORKDIR /src # It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles