Skip to content

Commit

Permalink
feat(Dependencies): Update docker.elastic.co/beats/filebeat Docker ta…
Browse files Browse the repository at this point in the history
…g to v8.10.1

| datasource | package                          | from  | to     |
| ---------- | -------------------------------- | ----- | ------ |
| docker     | docker.elastic.co/beats/filebeat | 8.9.2 | 8.10.1 |
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 685c95e commit d1cefc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:

# filebeat
simplevm_filebeat:
image: docker.elastic.co/beats/filebeat:8.9.2
image: docker.elastic.co/beats/filebeat:8.10.1
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
# filebeat
simplevm_client_filebeat:
container_name: simplevm_client_filebeat
image: docker.elastic.co/beats/filebeat:8.9.2
image: docker.elastic.co/beats/filebeat:8.10.1
env_file:
- .env
volumes:
Expand Down

0 comments on commit d1cefc9

Please sign in to comment.