You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2024/02/09 17:48:46 UTC

(solr-docker) branch main updated: Update 8.11 image to use new 8.11.3 release

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

houston 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 7156fa1  Update 8.11 image to use new 8.11.3 release
7156fa1 is described below

commit 7156fa15807945939cd2a5525bbb63219da07b1e
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Feb 9 11:48:20 2024 -0600

    Update 8.11 image to use new 8.11.3 release
---
 8.11-slim/Dockerfile | 6 +++---
 8.11/Dockerfile      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/8.11-slim/Dockerfile b/8.11-slim/Dockerfile
index 36d3663..9af39f5 100644
--- a/8.11-slim/Dockerfile
+++ b/8.11-slim/Dockerfile
@@ -6,9 +6,9 @@ FROM eclipse-temurin:11-jre-focal
 LABEL maintainer="The Apache Lucene/Solr Project"
 LABEL repository="https://github.com/docker-solr/docker-solr"
 
-ARG SOLR_VERSION="8.11.2"
-ARG SOLR_SHA512="22fedcc0090eda72c3c5a5ea769c93adaf7d92c5c4479993f009ef0b9d42de5bd2ed1e0565ca01f3428587d8a3836286aa3017aab157050f2bd5bc3482fdebaa"
-ARG SOLR_KEYS="86EDB9C33B8517228E88A8F93E48C0C6EF362B9E"
+ARG SOLR_VERSION="8.11.3"
+ARG SOLR_SHA512="10f09b163bd9c31b2a8fdf889cf624114648e76881d69a4c096d473272c47b3cbe37ec9f9bd1980fd90967352c4052477065e165127eccb2c49a60c8d9860afc"
+ARG SOLR_KEYS="50E3EE1C91C7E0CB4DFB007B369424FC98F3F6EC"
 # If specified, this will override SOLR_DOWNLOAD_SERVER and all ASF mirrors. Typically used downstream for custom builds
 ARG SOLR_DOWNLOAD_URL
 
diff --git a/8.11/Dockerfile b/8.11/Dockerfile
index b8c34b9..c840b47 100644
--- a/8.11/Dockerfile
+++ b/8.11/Dockerfile
@@ -6,9 +6,9 @@ FROM eclipse-temurin:11-jre-focal
 LABEL maintainer="The Apache Lucene/Solr Project"
 LABEL repository="https://github.com/docker-solr/docker-solr"
 
-ARG SOLR_VERSION="8.11.2"
-ARG SOLR_SHA512="22fedcc0090eda72c3c5a5ea769c93adaf7d92c5c4479993f009ef0b9d42de5bd2ed1e0565ca01f3428587d8a3836286aa3017aab157050f2bd5bc3482fdebaa"
-ARG SOLR_KEYS="86EDB9C33B8517228E88A8F93E48C0C6EF362B9E"
+ARG SOLR_VERSION="8.11.3"
+ARG SOLR_SHA512="10f09b163bd9c31b2a8fdf889cf624114648e76881d69a4c096d473272c47b3cbe37ec9f9bd1980fd90967352c4052477065e165127eccb2c49a60c8d9860afc"
+ARG SOLR_KEYS="50E3EE1C91C7E0CB4DFB007B369424FC98F3F6EC"
 # If specified, this will override SOLR_DOWNLOAD_SERVER and all ASF mirrors. Typically used downstream for custom builds
 ARG SOLR_DOWNLOAD_URL