We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c0e18 commit 7f97406Copy full SHA for 7f97406
Dockerfile
@@ -5,7 +5,7 @@ FROM python:${PYTHON_MAJOR_MINOR}-alpine as build
5
# needed to build netifaces
6
RUN apk add --no-cache build-base python3-dev linux-headers
7
8
-RUN pip install --no-cache-dir python-swiftclient==4.5.0 python-keystoneclient>=2.0.0
+RUN pip install --no-cache-dir python-swiftclient==4.6.0 python-keystoneclient>=2.0.0
9
10
FROM python:${PYTHON_MAJOR_MINOR}-alpine
11
0 commit comments