We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ce226 commit 36c63a9Copy full SHA for 36c63a9
1 file changed
3.5.1/onbuild/Dockerfile
@@ -22,7 +22,7 @@ RUN apk --no-cache add \
22
readline==6.2.4.1 \
23
pyOpenSSL==0.15.1 ndg-httpsclient==0.4.0 \
24
pyasn1==0.1.9 pyasn1-modules==0.0.8 pycparser==2.14 \
25
- cryptography==1.0.2 cffi==1.2.1 certifi==2015.11.20.1
+ cryptography==1.2.1 cffi==1.5.0 certifi==2015.11.20.1
26
27
ONBUILD COPY requirements.txt /usr/src/app/
28
ONBUILD RUN pip install -vvv --disable-pip-version-check --no-cache-dir -r requirements.txt && \
0 commit comments