Skip to content

Commit 7f97406

Browse files
Update dependency python-swiftclient to v4.6.0 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00c0e18 commit 7f97406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM python:${PYTHON_MAJOR_MINOR}-alpine as build
55
# needed to build netifaces
66
RUN apk add --no-cache build-base python3-dev linux-headers
77

8-
RUN pip install --no-cache-dir python-swiftclient==4.5.0 python-keystoneclient>=2.0.0
8+
RUN pip install --no-cache-dir python-swiftclient==4.6.0 python-keystoneclient>=2.0.0
99

1010
FROM python:${PYTHON_MAJOR_MINOR}-alpine
1111

0 commit comments

Comments
 (0)