From 0be0aed08d3b9977681de1a6e92a5621f77d8053 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 28 Mar 2025 11:28:03 -0400 Subject: [PATCH] chore(deps): update dotnet monorepo (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.AspNetCore.OpenApi](https://asp.net/) ([source](https://github.com/dotnet/aspnetcore)) | nuget | patch | `9.0.2` -> `9.0.3` | | [Microsoft.EntityFrameworkCore](https://docs.microsoft.com/ef/core/) ([source](https://github.com/dotnet/efcore)) | nuget | patch | `9.0.2` -> `9.0.3` | | [mcr.microsoft.com/dotnet/aspnet](https://github.com/dotnet/aspnetcore) | stage | digest | `adc89f8` -> `4f0ad31` | | [mcr.microsoft.com/dotnet/sdk](https://github.com/dotnet/sdk) | final | digest | `7f8e8b1` -> `d7f4691` | --- ### Release Notes
dotnet/aspnetcore (Microsoft.AspNetCore.OpenApi) ### [`v9.0.3`](https://github.com/dotnet/aspnetcore/releases/tag/v9.0.3): .NET 9.0.3 [Release](https://github.com/dotnet/core/releases/tag/v9.0.3) #### What's Changed - Update branding to 9.0.3 by [@​vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/aspnetcore/pull/60198 - \[release/9.0] Fix branding by [@​wtgodbe](https://github.com/wtgodbe) in https://github.com/dotnet/aspnetcore/pull/60029 - \[release/9.0] Update to MacOS 15 in Helix by [@​github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/60238 - \[release/9.0] Revert "Revert "Use the latest available jdk"" by [@​github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/60229 - \[release/9.0] Update `HtmlAttributePropertyHelper` to correctly follow the `MetadataUpdateHandlerAttribute` contract by [@​github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59908 - \[release/9.0] Fix skip condition for java tests by [@​github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/60242 - \[release/9.0] (deps): Bump src/submodules/googletest from `7d76a23` to `e235eb3` by [@​dependabot](https://github.com/dependabot) in https://github.com/dotnet/aspnetcore/pull/60151 - \[release/9.0] Readd DiagnosticSource to KestrelServerImpl by [@​github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/60202 - \[release/9.0] Redis distributed cache: add HybridCache usage signal by [@​github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59886 - \[release/9.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59952 - \[release/9.0] Update dependencies from dotnet/extensions by [@​dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59951 - \[release/9.0] Update remnants of azureedge.net by [@​sebastienros](https://github.com/sebastienros) in https://github.com/dotnet/aspnetcore/pull/60263 - \[release/9.0] Update dependencies from dotnet/extensions by [@​dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/60291 - \[release/9.0] Centralize on one docker container by [@​wtgodbe](https://github.com/wtgodbe) in https://github.com/dotnet/aspnetcore/pull/60298 - Revert "\[release/9.0] Update remnants of azureedge.net" by [@​wtgodbe](https://github.com/wtgodbe) in https://github.com/dotnet/aspnetcore/pull/60323 - Merging internal commits for release/9.0 by [@​vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/aspnetcore/pull/60317 **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v9.0.2...v9.0.3
dotnet/efcore (Microsoft.EntityFrameworkCore) ### [`v9.0.3`](https://github.com/dotnet/efcore/releases/tag/v9.0.3): .NET 9.0.3 [Release](https://github.com/dotnet/core/releases/tag/v9.0.3) #### What's Changed - \[release/9.0-staging] Fix to [#​35393](https://github.com/dotnet/efcore/issues/35393) - GroupJoin in EF Core 9 Returns Null for Joined Entities by [@​maumar](https://github.com/maumar) in https://github.com/dotnet/efcore/pull/35449 - Merging internal commits for release/8.0 by [@​vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35473 - \[release/8.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35470 - \[release/9.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35498 - Merge branch 'release/9.0' into 'release/9.0-staging' by [@​AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35542 - \[release/9.0-staging] Make SnapshotModelProcessor idempotent. by [@​AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35543 - \[release/9.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35572 - \[automated] Merge branch 'release/8.0' => 'release/9.0' by [@​github-actions](https://github.com/github-actions) in https://github.com/dotnet/efcore/pull/35474 - Update branding to 9.0.3 by [@​vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35584 - Update branding to 8.0.14 by [@​vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35583 - \[automated] Merge branch 'release/8.0' => 'release/9.0' by [@​github-actions](https://github.com/github-actions) in https://github.com/dotnet/efcore/pull/35587 - Merge branch 'release/9.0-staging' => 'release/9.0' by [@​AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35601 - Merging internal commits for release/9.0 by [@​vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35622 **Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.2...v9.0.3
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://c.csw.im/cswimr/LookingGlass/pulls/21 Co-authored-by: Renovate Co-committed-by: Renovate --- Dockerfile | 4 ++-- LookingGlass.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 20b6ec0..00c541f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:adc89f84d53514cdc17677f3334775879d80d08ac8997a4b3fba8d20a6d6de9d AS base +FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:4f0ad314f83e6abeb6906e69d0f9c81a0d2ee51d362e035c7d3e6ac5743f5399 AS base USER $APP_UID WORKDIR /app EXPOSE 8080 EXPOSE 8081 -FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:7f8e8b1514a2eeccb025f1e9dd554e191b21afa7f43f8321b7bd2009cdd59a1d AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:d7f4691d11f610d9b94bb75517c9e78ac5799447b5b3e82af9e4625d8c8d1d53 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["LookingGlass.csproj", "./"] diff --git a/LookingGlass.csproj b/LookingGlass.csproj index 2ceccd3..652e44a 100644 --- a/LookingGlass.csproj +++ b/LookingGlass.csproj @@ -14,8 +14,8 @@ - - + +