From c28b693db98a16df636fda59a32f8942a356087f Mon Sep 17 00:00:00 2001 From: Eduard Tomas Date: Fri, 23 Jun 2017 10:55:48 +0200 Subject: [PATCH] Dockerfile of Payment.API upgraded to v2 --- src/Services/Payment/Payment.API/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Payment/Payment.API/Dockerfile b/src/Services/Payment/Payment.API/Dockerfile index 0bb3473d9..9f7491a16 100644 --- a/src/Services/Payment/Payment.API/Dockerfile +++ b/src/Services/Payment/Payment.API/Dockerfile @@ -1,4 +1,4 @@ -FROM microsoft/aspnetcore:1.1 +FROM microsoft/aspnetcore:2.0 ARG source WORKDIR /app EXPOSE 80