We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58b5ad commit 5be9afcCopy full SHA for 5be9afc
Dockerfile
@@ -24,6 +24,9 @@ RUN echo "GITDATE: "$GITDATE
24
# Installing precomputed python packages
25
RUN uv pip install pillow
26
27
+# security patches
28
+RUN uv pip install "cryptography>=42.0.4" "urllib3>=1.26.17"
29
+
30
# copy PICAchooser into container
31
COPY . /src/picachooser
32
RUN echo $GITVERSION > /src/picachooser/VERSION
0 commit comments