We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb2b37 commit 73af8acCopy full SHA for 73af8ac
docker/Dockerfile.tests
@@ -114,7 +114,7 @@ RUN curl -sLO http://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOL
114
./install_solr_service.sh solr-$SOLR_VERSION.tgz && \
115
systemctl disable solr
116
117
-ENV MB_SOLR_TAG v3.3.1
+ENV MB_SOLR_TAG v3.4.1
118
119
# Steps taken from https://github.com/metabrainz/mb-solr/blob/master/Dockerfile
120
RUN sudo -E -H -u musicbrainz git clone --branch $MB_SOLR_TAG --depth 1 --recursive https://github.com/metabrainz/mb-solr.git && \
0 commit comments