Skip to content

Commit

Permalink
Updated docker for 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jun 18, 2023
1 parent ccfff05 commit 3d5374c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Current Elastic4s versions support Scala 2.12 and 2.13. Scala 2.10 support has b

| Elastic Version | Scala 2.12 | Scala 2.13 | Scala 3 |
|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 8.8.x | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_2.12/8.8.svg?label=latest%208.8%20release%20for%202.12"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_2.13/8.8.svg?label=latest%208.8%20release%20for%202.13"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_3/8.8.svg?label=latest%208.8%20release%20for%203"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) |
| 8.7.x | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_2.12/8.7.svg?label=latest%208.7%20release%20for%202.12"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_2.13/8.7.svg?label=latest%208.7%20release%20for%202.13"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_3/8.7.svg?label=latest%208.7%20release%20for%203"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) |
| 8.6.x | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_2.12/8.6.svg?label=latest%208.6%20release%20for%202.12"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_2.13/8.6.svg?label=latest%208.6%20release%20for%202.13"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_3/8.6.svg?label=latest%208.6%20release%20for%203"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) |
| 8.5.x | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_2.12/8.5.svg?label=latest%208.5%20release%20for%202.12"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_2.13/8.5.svg?label=latest%208.5%20release%20for%202.13"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_3/8.5.svg?label=latest%208.5%20release%20for%203"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.5.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.8.0
environment:
discovery.type: single-node
network.host: 0.0.0.0
Expand Down

0 comments on commit 3d5374c

Please sign in to comment.