Skip to content

Commit

Permalink
ElasticSearch Docker image update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Dec 7, 2017
1 parent 9c603a2 commit 4bb0e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function execute(): void
$service = $this->getService();
$project = $service->getProject();

$this->setFrom(sprintf('blacktop/elasticsearch:%s', $service->getOptions()['version']));
$this->setFrom(sprintf('elasticsearch:%s', $service->getOptions()['version']));

// Commands.
if (true === $service->getOptions()['with_management']) {
Expand Down

0 comments on commit 4bb0e23

Please sign in to comment.