diff --git a/src/search/Dockerfile b/src/search/Dockerfile
index 0b36c32..9a98dbb 100644
--- a/src/search/Dockerfile
+++ b/src/search/Dockerfile
@@ -1,4 +1,4 @@
-FROM solr:9.4.0
+FROM solr:9.5.0
# Copy the custom config files in. Note that in order to create the collection with this config,
# we need to do a docker run with "solr-precreate content /opt/solr/server/solr/configsets/content"
diff --git a/src/search/content/conf/solrconfig.xml b/src/search/content/conf/solrconfig.xml
index da705c0..05016a8 100644
--- a/src/search/content/conf/solrconfig.xml
+++ b/src/search/content/conf/solrconfig.xml
@@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
- 9.8
+ 9.9
200
-
-
-