From 14f6a95c604b6a17759512df6a752a32ceeac82c Mon Sep 17 00:00:00 2001 From: Daniel Huf Date: Wed, 25 Jan 2023 11:34:43 +0100 Subject: [PATCH] fix: solr 11.5.1 --- README.md | 4 ++++ typo3solr/11.5.1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de4a86b..bb4f53d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/typo3solr/11.5.1 b/typo3solr/11.5.1 index d095058..ed3ce05 160000 --- a/typo3solr/11.5.1 +++ b/typo3solr/11.5.1 @@ -1 +1 @@ -Subproject commit d09505848b337969f4977f78478d933092eb41c1 +Subproject commit ed3ce05bf5c00a9a7edf4c9092d643fb4af13126