Update Solr 9

This commit is contained in:
mjanez 2023-08-09 12:02:53 +02:00
parent 922edc720c
commit 0dbcbe055a
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ APACHE_PORT_HOST=80
PYCSW_PORT_HOST=8000
# Solr
SOLR_IMAGE_VERSION=2.9-solr8-spatial
SOLR_IMAGE_VERSION=2.9-solr9-spatial
SOLR_PORT=8983
CKAN_SOLR_URL=http://solr:${SOLR_PORT}/solr/ckan
TEST_CKAN_SOLR_URL=http://solr:${SOLR_PORT}/solr/ckan

View File

@ -1,4 +1,4 @@
FROM solr:8
FROM solr:9
ENV SOLR_PORT=8983

View File

@ -1,4 +1,4 @@
FROM solr:8
FROM solr:9
ENV SOLR_PORT=8983