Skip to content

Commit 27a8a24

Browse files
authored
Merge pull request #1602 from projectblacklight/solr-9
Pin docker solr to 9.7.0
2 parents 6503a84 + 2983884 commit 27a8a24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
solr:
5-
image: solr:latest
5+
image: solr:9.7.0
66
volumes:
77
- $PWD/solr/conf:/opt/solr/conf
88
ports:

0 commit comments

Comments
 (0)