Skip to content

Commit

Permalink
Upgrade Solr to 9.4.1 (from 9.4.0) (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferya authored Mar 5, 2024
1 parent e663f41 commit 404f44e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 404f44e

Please sign in to comment.