Skip to content

Commit

Permalink
Update pycryptodome version to latest
Browse files Browse the repository at this point in the history
PyCryptodome v3.9.7 doesn't have the required elliptic curve algorithms
to be able to support the new signed scratchpad format. This commit
updates the pycryptodome Python package version to the latest available
(v3.16.0).
  • Loading branch information
jy-wirepas authored and GwendalRaoul committed Jan 12, 2023
1 parent f98c1ca commit 25a6afe
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 @@ -16,7 +16,7 @@ RUN apt-get update \
&& rm -fr /var/libapt/lists/*

# Install pycryptodome package needed for scratchpad image generation
RUN pip3 install pycryptodome==3.9.7
RUN pip3 install pycryptodome==3.16.0

WORKDIR /home/${user}

Expand Down

0 comments on commit 25a6afe

Please sign in to comment.