Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

fix: solr 11.5.1 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ cd typo3solr/10.0.5 \
cd typo3solr/11.5.0 \
&& docker buildx build . --platform linux/arm64/v8,linux/amd64 --tag docker.io/visol/typo3solr:11.5.0 --file Docker/SolrServer/Dockerfile --push \
&& cd ../..

cd typo3solr/11.5.1 \
&& docker buildx build . --platform linux/arm64/v8,linux/amd64 --tag docker.io/visol/typo3solr:11.5.1 --file Docker/SolrServer/Dockerfile --push \
&& cd ../..
```

## Redis Commander
Expand Down