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);