Skip to content

Commit

Permalink
Update Docker image dependencies (#888)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored Feb 19, 2020
1 parent 0766a29 commit 8577806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Promitor.Scraper.Host/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.101-alpine AS build
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.102-alpine AS build
WORKDIR /src
COPY Promitor.Core/* Promitor.Core/
COPY Promitor.Core.Configuration/* Promitor.Core.Configuration/
Expand All @@ -10,7 +10,7 @@ COPY Promitor.Integrations.AzureStorage/* Promitor.Integrations.AzureStorage/
COPY Promitor.Scraper.Host/* Promitor.Scraper.Host/
RUN dotnet publish Promitor.Scraper.Host/Promitor.Scraper.Host.csproj --configuration release --output app

FROM mcr.microsoft.com/dotnet/core/aspnet:3.1.1-alpine as runtime
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1.2-alpine as runtime
WORKDIR /app
COPY --from=build /src/app .

Expand Down

0 comments on commit 8577806

Please sign in to comment.