Skip to content

Commit

Permalink
Update elasticsearch version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abid committed Oct 9, 2024
1 parent 783191f commit d67c6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DOCKER_BUILD_CONTEXT_DIR=./

ADMINER_IMAGE_TAG=4.8.1
CASSANDRA_IMAGE_TAG=4.1.0
ELASTICSEARCH_KIBANA_IMAGE_TAG=8.15.0
ELASTICSEARCH_KIBANA_IMAGE_TAG=8.15.2
FLUENTD_IMAGE_TAG=v1.14-debian-1
GRAFANA_IMAGE_TAG=9.3.2
JAEGER_IMAGE_TAG=1.41
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/elasticsearch.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ELASTICSEARCH_KIBANA_IMAGE_TAG=8.15.0
ARG ELASTICSEARCH_KIBANA_IMAGE_TAG=8.15.2

FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_KIBANA_IMAGE_TAG}

Expand Down

0 comments on commit d67c6c8

Please sign in to comment.