Skip to content

Commit afa09eb

Browse files
authored
Merge pull request #174 from javihernandez/bs-443
Bump immudb-wrapper from 0.1.4 to 0.1.6
2 parents 61b1443 + 6d7b9c4 commit afa09eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY requirements.txt .
1313
RUN <<EOT
1414
set -ex
1515
python3 -m ensurepip
16-
pip3 install -r requirements.txt
16+
pip3 install -r requirements.txt --user
1717
rm -rf requirements.txt ~/.cache/pip
1818
EOT
1919

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ websocket-client==1.8.0
1616
# https://jasonralph.org/?p=997
1717
cryptography==43.0.3
1818
pgpy==0.6.0
19-
git+https://github.com/AlmaLinux/immudb-wrapper.git@0.1.4#egg=immudb_wrapper
19+
git+https://github.com/AlmaLinux/immudb-wrapper.git@0.1.6#egg=immudb_wrapper

0 commit comments

Comments
 (0)