Skip to content

Commit a6b04e8

Browse files
author
Toby McLaughlin
committed
Bump to 6.0.0-rc2
1 parent edbc4d8 commit a6b04e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TAG=6.0.0-rc1
2-
ELASTIC_VERSION=6.0.0-rc1
1+
TAG=6.0.0-rc2
2+
ELASTIC_VERSION=6.0.0-rc2
33
ELASTIC_PASSWORD=changeme

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
# ELASTIC_VERSION=6.0.0-beta1 TAG=6.0.0-beta1-3eab5b40 docker-compose up
1919
#
2020
elasticsearch:
21-
image: docker.elastic.co/elasticsearch/elasticsearch:${TAG}
21+
image: docker.elastic.co/elasticsearch/elasticsearch-platinum:${TAG}
2222
environment: ['http.host=0.0.0.0', 'transport.host=127.0.0.1', 'ELASTIC_PASSWORD=${ELASTIC_PASSWORD}']
2323
ports: ['127.0.0.1:9200:9200']
2424
networks: ['stack']

0 commit comments

Comments
 (0)