Skip to content

Commit 754d91f

Browse files
committed
update dockerfile image
1 parent 49cc39d commit 754d91f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Services/Identity/Identity.API/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
1+
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim AS base
22
WORKDIR /app
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
5+
FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
66
WORKDIR /src
77

88
COPY scripts scripts/

0 commit comments

Comments
 (0)