Skip to content

Commit

Permalink
Update dependency Microsoft.AspNetCore.App to v2.2.5 (#548)
Browse files Browse the repository at this point in the history
* Update dependency Microsoft.AspNetCore.App to v2.2.5

* Update Docker image tags

Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
renovate[bot] authored and tomkerkhove committed May 15, 2019
1 parent c01530a commit 412e947
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Guard.NET" Version="1.2.0" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.4" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.5" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.22.0" />
<PackageReference Include="Microsoft.Azure.Management.Monitor.Fluent" Version="1.22.0" />
<PackageReference Include="Microsoft.Data.OData" Version="5.8.4" />
Expand Down
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:2.2.203 AS build
FROM mcr.microsoft.com/dotnet/core/sdk:2.2.204 AS build
WORKDIR /src
COPY Promitor.Core/* Promitor.Core/
COPY Promitor.Core.Scraping/* Promitor.Core.Scraping/
Expand All @@ -10,7 +10,7 @@ COPY Promitor.Scraper.Host/* Promitor.Scraper.Host/
RUN dotnet --info
RUN dotnet publish Promitor.Scraper.Host/Promitor.Scraper.Host.csproj --configuration release -o app

FROM mcr.microsoft.com/dotnet/core/aspnet:2.2.4 as runtime
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2.5 as runtime
WORKDIR /app
COPY --from=build /src/Promitor.Scraper.Host/app .

Expand Down
2 changes: 1 addition & 1 deletion src/Promitor.Scraper.Host/Promitor.Scraper.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<ItemGroup>
<PackageReference Include="CronScheduler.AspNetCore" Version="1.0.12" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.4" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.5" />
<PackageReference Include="Prometheus.Client.AspNetCore" Version="3.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="4.0.1" />
Expand Down

0 comments on commit 412e947

Please sign in to comment.