File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ fulltextsearch_install() {
185185 FULLTEXTSEARCH_IMAGE_NAME=fulltextsearch_es01
186186 FULLTEXTSEARCH_SERVICE=nextcloud-fulltext-elasticsearch-worker.service
187187 # Gets the version from the latest tag here: https://github.com/docker-library/official-images/blob/master/library/elasticsearch
188- FULLTEXTSEARCH_IMAGE_NAME_LATEST_TAG=" $( https://raw.githubusercontent.com/docker-library/official-images/refs/heads/master/library/elasticsearch | grep " Tags:" | head -1 | awk ' {print $2}' ) "
188+ FULLTEXTSEARCH_IMAGE_NAME_LATEST_TAG=" $( curl -s -m 900 https://raw.githubusercontent.com/docker-library/official-images/refs/heads/master/library/elasticsearch | grep " Tags:" | head -1 | awk ' {print $2}' ) "
189189 # Legacy, changed 2023-09-21
190190 DOCKER_IMAGE_NAME=es01
191191 # Legacy, not used at all
You can’t perform that action at this time.
0 commit comments