From c894b69f6c136709ef89a4cb2e266db3980fcbd7 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 21 Aug 2023 10:46:13 +0200 Subject: [PATCH] upgrade ES01 to latest maintenance release Signed-off-by: Daniel Hansson --- apps/fulltextsearch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fulltextsearch.sh b/apps/fulltextsearch.sh index 3529cb66..0ba6b84d 100644 --- a/apps/fulltextsearch.sh +++ b/apps/fulltextsearch.sh @@ -115,7 +115,7 @@ cat << YML_DOCKER_COMPOSE > "$FULLTEXTSEARCH_DIR/docker-compose.yaml" version: '3' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:8.9.0 + image: docker.elastic.co/elasticsearch/elasticsearch:8.9.1 container_name: $DOCKER_IMAGE_NAME restart: always ports: