Skip to content

Commit 729d842

Browse files
Update dependency python-swiftclient to v4.4.0 (#18)
Also update Python to 3.11. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vivien Tintillier <vtintillier.privatedev@gmail.com>
1 parent b1586f9 commit 729d842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
ARG PYTHON_MAJOR_MINOR=3.10
1+
ARG PYTHON_MAJOR_MINOR=3.11
22

33
FROM python:${PYTHON_MAJOR_MINOR}-alpine as build
44

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.3.0 python-keystoneclient>=2.0.0
8+
RUN pip install --no-cache-dir python-swiftclient==4.4.0 python-keystoneclient>=2.0.0
99

1010
FROM python:${PYTHON_MAJOR_MINOR}-alpine
1111

0 commit comments

Comments
 (0)