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

Commit

Permalink
merged stagin
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Sep 15, 2021
2 parents a1036a6 + 57b835b commit d7b2764
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OS_PASSWORD=


# Filebeat
FILEBEAT_TAG=7.14.0
FILEBEAT_TAG=7.14.1
ELASTIC_USER=
ELASTIC_PASSWORD=
HOST=portal-dev.denbi.de
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6-buster
FROM python:3.9.7-buster
RUN apt-get update -y
RUN apt-get install -y build-essential
WORKDIR /code
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.update
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM denbicloud/cloud-portal-client:0.1.0-beta.0.15.1
FROM bibiserv/bibigrid:bibigrid-rest-2.3
FROM docker.elastic.co/beats/filebeat:7.14.0
FROM docker.elastic.co/beats/filebeat:7.14.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
setuptools==57.4.0
setuptools==58.0.0
thrift >= 0.11.0,<0.20.0
python-keystoneclient
openstacksdk ==0.59.0
deprecated == 1.2.12
deprecated == 1.2.13
Click==8.0.1
ansible==4.4.0
ansible==4.5.0
flake8==3.9.2
ruamel.yaml<0.18.0
paramiko==2.7.2
Expand Down

0 comments on commit d7b2764

Please sign in to comment.