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

Commit

Permalink
Merge pull request #1512 from deNBI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dweinholz authored Jul 27, 2023
2 parents 3c64aa9 + 933c8cf commit c4cd370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:

# filebeat
filebeat:
image: docker.elastic.co/beats/filebeat:8.8.2
image: docker.elastic.co/beats/filebeat:8.9.0
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 @@ -32,7 +32,7 @@ services:
# filebeat
filebeat:
container_name: client_filebeat
image: docker.elastic.co/beats/filebeat:8.8.2
image: docker.elastic.co/beats/filebeat:8.9.0
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python-keystoneclient==5.1.0
openstacksdk ==1.3.1
deprecated ==1.2.14
Click==8.1.5
ansible==8.1.0
ansible==8.2.0
flake8==6.0.0
paramiko==3.2.0
ruamel.yaml==0.17.32
Expand Down

0 comments on commit c4cd370

Please sign in to comment.