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 #974 from deNBI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dweinholz authored Jan 14, 2022
2 parents c04c21d + 7563d5b commit e2b94f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:

# filebeat
filebeat:
image: docker.elastic.co/beats/filebeat:7.16.2
image: docker.elastic.co/beats/filebeat:7.16.3
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 @@ -26,7 +26,7 @@ services:
# filebeat
filebeat:
container_name: client_filebeat
image: docker.elastic.co/beats/filebeat:7.16.2
image: docker.elastic.co/beats/filebeat:7.16.3
env_file:
- .env
volumes:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
setuptools==60.3.1
setuptools==60.5.0
thrift==0.15.0
python-keystoneclient
openstacksdk ==0.61.0
deprecated == 1.2.13
Click==8.0.3
ansible==5.1.0
ansible==5.2.0
flake8==4.0.1
paramiko==2.9.1
paramiko==2.9.2
ruamel.yaml==0.17.20
pyvim==3.0.2
redis==4.1.0
Expand Down

0 comments on commit e2b94f8

Please sign in to comment.