From 8f8b78cec99b522c5e3db49b93f20a092e7926db Mon Sep 17 00:00:00 2001 From: wodbot Date: Wed, 11 Sep 2024 02:23:07 +0000 Subject: [PATCH] Update elasticsearch to 7.17.24 --- .github/workflows/workflow.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3eef369..70ab899 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,5 +19,5 @@ jobs: - uses: actions/checkout@v2 - uses: ./.github/actions with: - version: '7.17.23' + version: '7.17.24' tags: 7.17,7,latest diff --git a/Makefile b/Makefile index 973cbfb..94978e1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include env_make -ELASTICSEARCH_VER ?= 7.17.23 +ELASTICSEARCH_VER ?= 7.17.24 ELASTICSEARCH_MINOR_VER=$(shell echo "${ELASTICSEARCH_VER}" | grep -oE '^[0-9]+\.[0-9]+') OPENJDK_VER ?= 11