Skip to content

Commit 5be9afc

Browse files
committed
Security patch
1 parent f58b5ad commit 5be9afc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ RUN echo "GITDATE: "$GITDATE
2424
# Installing precomputed python packages
2525
RUN uv pip install pillow
2626

27+
# security patches
28+
RUN uv pip install "cryptography>=42.0.4" "urllib3>=1.26.17"
29+
2730
# copy PICAchooser into container
2831
COPY . /src/picachooser
2932
RUN echo $GITVERSION > /src/picachooser/VERSION

0 commit comments

Comments
 (0)