Skip to content

Commit

Permalink
Update dependency python-swiftclient to v4.6.0 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 00c0e18 commit 7f97406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f97406

Please sign in to comment.