You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2023/01/25 03:45:00 UTC

[solr-docker] branch main updated: Apache Solr release 9.1.1

This is an automated email from the ASF dual-hosted git repository.

magibney pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-docker.git


The following commit(s) were added to refs/heads/main by this push:
     new 40c0ec4  Apache Solr release 9.1.1
40c0ec4 is described below

commit 40c0ec4e3220faa34d343828b5a7b7aa37fee6f0
Author: Michael Gibney <ma...@apache.org>
AuthorDate: Tue Jan 24 22:35:43 2023 -0500

    Apache Solr release 9.1.1
---
 9.1/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/9.1/Dockerfile b/9.1/Dockerfile
index d5a5be2..eab4939 100644
--- a/9.1/Dockerfile
+++ b/9.1/Dockerfile
@@ -18,9 +18,9 @@ FROM eclipse-temurin:17-jre-focal
 
 # TODO: remove things that exist solely for downstream specialization since Dockerfile.local now exists for that
 
-ARG SOLR_VERSION="9.1.0"
-ARG SOLR_SHA512="16715fe50a74bc4906f655531523875e9e5d4a013aea22afff10a52dc6f05a8b62e079aee75cd9f2e250300e40071140c0a966cbd51af811a622f2f1f0b0c926"
-ARG SOLR_KEYS="2085660D9C1FCCACC4A479A3BF160FF14992A24C"
+ARG SOLR_VERSION="9.1.1"
+ARG SOLR_SHA512="59fd47185196fc6b0fad4b6b2ba547d136cc0c688addc9833129086944cc90e185a18c33fd70523edddad1a6ebe7b4cd893be5065c2b01fe21a5026bdb7e5d9f"
+ARG SOLR_KEYS="C3E7CBD9B9FE2B419EB14B89612B39A5BC981763"
 
 # If specified, this will override SOLR_DOWNLOAD_SERVER and all ASF mirrors. Typically used downstream for custom builds
 ARG SOLR_DOWNLOAD_URL