Skip to content

Commit 574e07b

Browse files
committed
update dockerfiles
1 parent 9775219 commit 574e07b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Services/Identity/Identity.API/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM microsoft/dotnet:2.2.0-preview3-aspnetcore-runtime AS base
22
WORKDIR /app
33
EXPOSE 80
44

5-
FROM microsoft/dotnet:2.2.100-preview3-sdk AS build
5+
FROM microsoft/dotnet:2.2.100-preview3-sdk AS dotnet-build
66
WORKDIR /src
77

88
FROM dotnet-build as build

src/Web/WebMVC/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM microsoft/dotnet:2.2.0-preview3-aspnetcore-runtime AS base
22
WORKDIR /app
33
EXPOSE 80
44

5-
FROM microsoft/dotnet:2.2.100-preview3-sdk AS build
5+
FROM microsoft/dotnet:2.2.100-preview3-sdk AS dotnet-build
66
WORKDIR /src
77

88
FROM dotnet-build as build

src/Web/WebSPA/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM microsoft/dotnet:2.2.0-preview3-aspnetcore-runtime AS base
33
WORKDIR /app
44
EXPOSE 80
55

6-
FROM microsoft/dotnet:2.2.100-preview3-sdk AS build
6+
FROM microsoft/dotnet:2.2.100-preview3-sdk AS dotnet-build
77
WORKDIR /src
88

99
FROM ${NODE_IMAGE} as node-build

0 commit comments

Comments
 (0)