From c5695e1b498523eb8c01ac20ad4d175ba8f5c9e9 Mon Sep 17 00:00:00 2001 From: Wero <77166771+weronikakolodziej@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:15:36 +0000 Subject: [PATCH] chore: upgrade to RavenDB 7.2.5, pin multi-arch image tag - Bump RavenDB.Client 7.2.3 -> 7.2.5 - Pin AppHost image tag from floating 7.2-latest to 7.2.5 (multi-arch) --- Directory.Packages.props | 2 +- SamplesHR.AppHost/AppHost.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 8fc72eb..305a519 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -24,7 +24,7 @@ - + \ No newline at end of file diff --git a/SamplesHR.AppHost/AppHost.cs b/SamplesHR.AppHost/AppHost.cs index d5b7d38..3160c95 100644 --- a/SamplesHR.AppHost/AppHost.cs +++ b/SamplesHR.AppHost/AppHost.cs @@ -24,7 +24,7 @@ var ravenServer = builder .AddRavenDB("ravendb", settings) - .WithImage("ravendb/ravendb", "7.2-latest") + .WithImage("ravendb/ravendb", "7.2.5") .WithIconName("Database") .WithEnvironment("RAVEN_License_Eula_Accepted", "true") .WithEnvironment("RAVEN_License", ravenDbLicense);