From 115e74e61f3abfde5cafe3340b9424f0c5395c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 08:36:45 +0000 Subject: [PATCH] Update dependency python-swiftclient to v4.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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