Browse Source

Of course the SDK version is different :)

pull/1734/head
Josh Coleman 3 years ago
parent
commit
ea906f42cd
14 changed files with 14 additions and 14 deletions
  1. +1
    -1
      src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile
  2. +1
    -1
      src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile
  3. +1
    -1
      src/Services/Basket/Basket.API/Dockerfile
  4. +1
    -1
      src/Services/Catalog/Catalog.API/Dockerfile
  5. +1
    -1
      src/Services/Identity/Identity.API/Dockerfile
  6. +1
    -1
      src/Services/Ordering/Ordering.API/Dockerfile
  7. +1
    -1
      src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile
  8. +1
    -1
      src/Services/Ordering/Ordering.SignalrHub/Dockerfile
  9. +1
    -1
      src/Services/Payment/Payment.API/Dockerfile
  10. +1
    -1
      src/Services/Webhooks/Webhooks.API/Dockerfile
  11. +1
    -1
      src/Web/WebMVC/Dockerfile
  12. +1
    -1
      src/Web/WebSPA/Dockerfile
  13. +1
    -1
      src/Web/WebStatus/Dockerfile
  14. +1
    -1
      src/Web/WebhookClient/Dockerfile

+ 1
- 1
src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Services/Basket/Basket.API/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Services/Catalog/Catalog.API/Dockerfile View File

@ -3,7 +3,7 @@ WORKDIR /app
EXPOSE 80
EXPOSE 443
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Services/Identity/Identity.API/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Services/Ordering/Ordering.API/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Services/Ordering/Ordering.SignalrHub/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Services/Payment/Payment.API/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Services/Webhooks/Webhooks.API/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Web/WebMVC/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Web/WebSPA/Dockerfile View File

@ -14,7 +14,7 @@ RUN npm install
COPY Web/WebSPA/Client .
RUN npm run build:prod
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# Create this "restore-solution" section by running ./Create-DockerfileSolutionRestore.ps1, to optimize build cache reuse


+ 1
- 1
src/Web/WebStatus/Dockerfile View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0.0-preview.6 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


+ 1
- 1
src/Web/WebhookClient/Dockerfile View File

@ -3,7 +3,7 @@ WORKDIR /app
EXPOSE 80
EXPOSE 443
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.0-preview.6 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100-preview.6 AS build
WORKDIR /src
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles


Loading…
Cancel
Save