Browse Source

Updated docker file to preview version to 7

pull/1755/head
Sumit Ghosh 3 years ago
parent
commit
df610bc54c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Services/Identity/Identity.API/Dockerfile

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

@ -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


Loading…
Cancel
Save