You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ds...@apache.org on 2024/01/18 15:11:41 UTC

(solr-docker) branch main updated: Apache Solr release 9.4.1

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

dsmiley 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 e743474  Apache Solr release 9.4.1
e743474 is described below

commit e743474ec59206f53e6c1003cc852f104b315d43
Author: David Smiley <ds...@apache.org>
AuthorDate: Thu Jan 18 10:10:47 2024 -0500

    Apache Solr release 9.4.1
---
 9.4-slim/Dockerfile | 6 +++---
 9.4/Dockerfile      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/9.4-slim/Dockerfile b/9.4-slim/Dockerfile
index ace8d86..ed93fab 100644
--- a/9.4-slim/Dockerfile
+++ b/9.4-slim/Dockerfile
@@ -16,11 +16,11 @@
 
 FROM eclipse-temurin:17-jre-jammy
 
-ARG SOLR_VERSION="9.4.0"
+ARG SOLR_VERSION="9.4.1"
 # empty for the full distribution, "-slim" for the slim distribution
 ARG SOLR_DIST="-slim"
-ARG SOLR_SHA512="4ae8929f4c8ac275b1c9e8c45f17c3557fa34c46d9fdb171243f5c575466a9dba86216fbb0ea951a7ae9f16acf38ce292276dd9f033b82b2e5211de9d8ed397a"
-ARG SOLR_KEYS="2289AC4180E130507D7A82F479C211E0AEFCA72E"
+ARG SOLR_SHA512="5f93e83f04842aabdbb1122638d7bdf7e89c09b1a90ef6944fc5605258d6a48f60f3ea84c56b4c8044554bf4c2a54283775128aa0cb047fcf8e9a2e8f6fc2657"
+ARG SOLR_KEYS="515EA995ED1DD799FA1422E5CA7514D8385D790B"
 
 # Override the default solr download location with a preferred mirror, e.g.:
 #   docker build -t mine --build-arg SOLR_DOWNLOAD_SERVER=https://downloads.apache.org/solr/solr .
diff --git a/9.4/Dockerfile b/9.4/Dockerfile
index 0c46a06..64848c9 100644
--- a/9.4/Dockerfile
+++ b/9.4/Dockerfile
@@ -16,11 +16,11 @@
 
 FROM eclipse-temurin:17-jre-jammy
 
-ARG SOLR_VERSION="9.4.0"
+ARG SOLR_VERSION="9.4.1"
 # empty for the full distribution, "-slim" for the slim distribution
 ARG SOLR_DIST=""
-ARG SOLR_SHA512="7147caaec5290049b721f9a4e8b0c09b1775315fc4aa790fa7a88a783a45a61815b3532a938731fd583e91195492c4176f3c87d0438216dab26a07a4da51c1f5"
-ARG SOLR_KEYS="2289AC4180E130507D7A82F479C211E0AEFCA72E"
+ARG SOLR_SHA512="de22de737900e792776b35f598c14d734d432fdb9147feffd41694d66c521145c024f99ff180c2486ab91d96e34db34224f7cfa72b16afbe14d740c1d429a173"
+ARG SOLR_KEYS="515EA995ED1DD799FA1422E5CA7514D8385D790B"
 
 # Override the default solr download location with a preferred mirror, e.g.:
 #   docker build -t mine --build-arg SOLR_DOWNLOAD_SERVER=https://downloads.apache.org/solr/solr .