Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
fix ElasticSearch docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Gurbuz authored and gurbuzali committed Mar 8, 2021
1 parent 647fe14 commit d461147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public final class ElasticSupport {

public static final String ELASTICSEARCH_IMAGE = "elasticsearch:6.8.14";
public static final String ELASTICSEARCH_IMAGE = "elasticsearch:6.8.13";
public static final int PORT = 9200;

// Elastic container takes long time to start up, reusing the container for speedup
Expand Down

0 comments on commit d461147

Please sign in to comment.