Skip to content

Commit

Permalink
Update dependency Microsoft.AspNetCore.App to v2.2.2 (#299)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| Microsoft.AspNetCore.App | nuget | patch | `2.2.1` -> `2.2.2` | [source](https://togithub.com/aspnet/AspNetCore) |

---

### Release Notes

<details>
<summary>aspnet/AspNetCore</summary>

### [`v2.2.2`](https://togithub.com/aspnet/AspNetCore/compare/v2.2.1...v2.2.2)

[Compare Source](https://togithub.com/aspnet/AspNetCore/compare/v2.2.1...v2.2.2)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#tomkerkhove/promitor).
  • Loading branch information
renovate[bot] authored and tomkerkhove committed Feb 13, 2019
1 parent b3cfe7b commit e8c0f97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: required
language: csharp
dotnet: 2.2.100
dotnet: 2.2.104
dist: xenial
services:
- docker
Expand Down
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.1" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.2" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.19.0" />
<PackageReference Include="Microsoft.Azure.Management.Monitor.Fluent" Version="1.19.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 microsoft/dotnet:2.2.103-sdk AS build
FROM microsoft/dotnet:2.2.104-sdk AS build
WORKDIR /src
COPY Promitor.Core/* Promitor.Core/
COPY Promitor.Core.Scraping/* Promitor.Core.Scraping/
Expand All @@ -8,7 +8,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 microsoft/dotnet:2.2.1-aspnetcore-runtime as runtime
FROM microsoft/dotnet:2.2.2-aspnetcore-runtime 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 @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.1" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.2" />
<PackageReference Include="Prometheus.Client.AspNetCore" Version="2.1.0" />
<PackageReference Include="Shuttle.Core.Cron" Version="10.0.6" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
Expand Down

0 comments on commit e8c0f97

Please sign in to comment.