Skip to content

Commit 3d73f9f

Browse files
authored
test: Updated elasticsearch image for versioned tests (#3038)
Signed-off-by: mrickard <maurice@mauricerickard.com>
1 parent e08346e commit 3d73f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22

33
elasticsearch:
44
container_name: nr_node_elastic
5-
image: docker.elastic.co/elasticsearch/elasticsearch:8.8.0
5+
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.0
66
environment:
77
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
88
# Set cluster to single node

0 commit comments

Comments
 (0)