From 3748f9d09dc200798a474c27b606fe183ec332c1 Mon Sep 17 00:00:00 2001 From: wodbot Date: Wed, 24 Jan 2024 02:13:32 +0000 Subject: [PATCH] Update elasticsearch to 7.17.17 --- .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 48f2149..96c7233 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.16' + version: '7.17.17' tags: 7.17,7,latest diff --git a/Makefile b/Makefile index f3069a9..39581e0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include env_make -ELASTICSEARCH_VER ?= 7.17.16 +ELASTICSEARCH_VER ?= 7.17.17 ELASTICSEARCH_MINOR_VER=$(shell echo "${ELASTICSEARCH_VER}" | grep -oE '^[0-9]+\.[0-9]+') OPENJDK_VER ?= 11