From 3337d2b51da595beb5975ec5d50981e288e49dda Mon Sep 17 00:00:00 2001 From: wodbot Date: Fri, 14 Jun 2024 02:17:03 +0000 Subject: [PATCH] Update elasticsearch to 7.17.22 --- .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 060cb30..45251f8 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.21' + version: '7.17.22' tags: 7.17,7,latest diff --git a/Makefile b/Makefile index c2bcfde..57b66c3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include env_make -ELASTICSEARCH_VER ?= 7.17.21 +ELASTICSEARCH_VER ?= 7.17.22 ELASTICSEARCH_MINOR_VER=$(shell echo "${ELASTICSEARCH_VER}" | grep -oE '^[0-9]+\.[0-9]+') OPENJDK_VER ?= 11