Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: right version for 8.0 (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Feb 10, 2022
1 parent 654aca7 commit 48ad5fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
elastic-agent:
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-8.1.0-aa69d697-SNAPSHOT}"
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-8.0.0-52f8db06-SNAPSHOT}"
depends_on:
elasticsearch:
condition: service_healthy
Expand Down

0 comments on commit 48ad5fc

Please sign in to comment.