Skip to content

Commit

Permalink
Update version to 8.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed Dec 7, 2023
1 parent e87c6e4 commit 185bc57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elasticsearch-dashboard-init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION = $(TAG)_$(subst /,_,$(PLATFORM))

DASHBOARD_REGISTRY ?=
DASHBOARD_BIN ?= kibana
DASHBOARD_TAG ?= 8.8.0
DASHBOARD_TAG ?= 8.8.2
DASHBOARD_IMAGE ?= $(shell if [ ! -z $(DASHBOARD_REGISTRY) ]; then echo $(DASHBOARD_REGISTRY)/; fi)$(DASHBOARD_BIN):$(DASHBOARD_TAG)

BUILD_DIRS := bin
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION = $(TAG)_$(subst /,_,$(PLATFORM))

DB_REGISTRY ?=
DB_BIN ?= elasticsearch
DB_TAG ?= 8.8.0
DB_TAG ?= 8.8.2
DB_IMAGE ?= $(shell if [ ! -z $(DB_REGISTRY) ]; then echo $(DB_REGISTRY)/; fi)$(DB_BIN):$(DB_TAG)

BUILD_DIRS := bin
Expand Down

0 comments on commit 185bc57

Please sign in to comment.