Skip to content

Commit 30b828f

Browse files
authored
oops
Signed-off-by: Daniel Hansson <[email protected]>
1 parent 9996a8c commit 30b828f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)