We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cc39d commit 754d91fCopy full SHA for 754d91f
1 file changed
src/Services/Identity/Identity.API/Dockerfile
@@ -1,8 +1,8 @@
1
-FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
+FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim AS base
2
WORKDIR /app
3
EXPOSE 80
4
5
-FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
+FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
6
WORKDIR /src
7
8
COPY scripts scripts/
0 commit comments