diff --git a/Dockerfile b/Dockerfile index 1b720eb..15d7134 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:${PYTHON_MAJOR_MINOR}-alpine as build # needed to build netifaces RUN apk add --no-cache build-base python3-dev linux-headers -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 FROM python:${PYTHON_MAJOR_MINOR}-alpine