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

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
vktrrdk committed May 18, 2021
2 parents 270edaf + 21e849e commit 1ddd9a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.4-buster
FROM python:3.9.5-buster
RUN apt-get update -y
RUN apt-get install -y build-essential
WORKDIR /code
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
setuptools==56.0.0
setuptools==56.2.0
thrift >= 0.11.0,<0.20.0
python-keystoneclient
openstacksdk ==0.56.0
deprecated == 1.2.12
Click==7.1.2
ansible==3.3.0
flake8==3.9.1
flake8==3.9.2
ruamel.yaml<0.18.0
paramiko==2.7.2
pyvim==3.0.2
Expand Down

0 comments on commit 1ddd9a5

Please sign in to comment.