Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Solr to 9.4.1 (from 9.4.0) #327

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
FROM java

ARG TARGETARCH
ARG SOLR_VERSION=9.4.0
ARG SOLR_VERSION=9.4.1
ARG SOLR_FILE=solr-${SOLR_VERSION}.tgz
ARG SOLR_URL=https://archive.apache.org/dist/solr/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz
ARG SOLR_FILE_SHA256=5ff28fe3a9d92804d53c0072a8459bb1d0c280e212a288a9efd31f923fe1a9d4
ARG SOLR_FILE_SHA256=41015d7a693fefa4b8a537f5d0982adae8f13f382edf39c94a3497f9b3783250

EXPOSE 8983

Expand Down
2 changes: 1 addition & 1 deletion solr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Solr

Docker image for [solr] version 9.4.0.
Docker image for [solr] version 9.4.1.

Please refer to the [Solr Documentation] for more in-depth information.

Expand Down
Loading