Skip to content

Commit

Permalink
Updating the crypto docker to use python 3.12 (#34502)
Browse files Browse the repository at this point in the history
* updated the from to a devdemisto with python3.12

* removed docker pull

* updated the python version to 3.12

* updated the from docker to demisto/python3:3.12.7.117934
  • Loading branch information
RotemAmit authored Dec 8, 2024
1 parent a7ce825 commit b41907e
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 152 deletions.
2 changes: 1 addition & 1 deletion docker/crypto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Note: use this image as a base if you are dependent upon cryptography
# See teams image for an example.
FROM demisto/python3:3.11.10.116949
FROM demisto/python3:3.12.7.117934

COPY requirements.txt .

Expand Down
2 changes: 1 addition & 1 deletion docker/crypto/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ bs4 = "*"
pyOpenSSL = "*"

[requires]
python_version = "3.11"
python_version = "3.12"
Loading

0 comments on commit b41907e

Please sign in to comment.