Skip to content

Commit

Permalink
Updated privx-api to version 34.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjh-ssh committed May 27, 2024
1 parent 566a813 commit 88928f3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 37 deletions.
4 changes: 2 additions & 2 deletions docker/privx-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

FROM demisto/python3:3.10.14.95956
FROM demisto/python3:3.10.10.49934

COPY requirements.txt .

RUN apk --update add --no-cache --virtual .build-dependencies python3-dev build-base wget git \
&& pip install --no-cache-dir -r requirements.txt \
&& pip install git+https://github.com/SSHcom/privx-sdk-for-python.git@v34.0.0#egg=privx_api \
&& apk del .build-dependencies

2 changes: 1 addition & 1 deletion docker/privx-api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pyyaml = "*"
regex = "*"
python-dateutil = "*"
gitpython = "*"
privx-api = {editable = true, ref = "v26.0.0", git = "https://github.com/SSHcom/privx-sdk-for-python.git"}
privx-api = {editable = true, ref = "v34.0.0", git = "https://github.com/SSHcom/privx-sdk-for-python.git"}

[dev-packages]
pytest = "*"
Expand Down
49 changes: 17 additions & 32 deletions docker/privx-api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions docker/privx-api/build.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
version=26.0.0

version=34.0.0

0 comments on commit 88928f3

Please sign in to comment.