Skip to content

Commit

Permalink
Update solr version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkinzer committed Jun 5, 2023
1 parent cf022ab commit 48c66de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/solr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM solr:8.3.0
FROM solr:8.11.1
COPY ./solr/configs/ /opt/solr/configs

ENTRYPOINT ["docker-entrypoint.sh"]
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SOLR_PORT=8983
SOLR_HOST=http://localhost:${SOLR_PORT}/solr
SOLR_URL=${SOLR_HOST}/blacklight
SOLR_VERSION=8.3.0
SOLR_VERSION=8.11.1
RELEVANCY_SPECS_PATH=./solr/configs/tul_cob-catalog-solr/spec/
RELEVANCY_FIXTURES_PATH=${RELEVANCY_SPECS_PATH}/fixtures

0 comments on commit 48c66de

Please sign in to comment.