Skip to content

Commit 36c63a9

Browse files
committed
Update python:3.5.1-onbuild
1 parent 94ce226 commit 36c63a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3.5.1/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk --no-cache add \
2222
readline==6.2.4.1 \
2323
pyOpenSSL==0.15.1 ndg-httpsclient==0.4.0 \
2424
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
25+
cryptography==1.2.1 cffi==1.5.0 certifi==2015.11.20.1
2626

2727
ONBUILD COPY requirements.txt /usr/src/app/
2828
ONBUILD RUN pip install -vvv --disable-pip-version-check --no-cache-dir -r requirements.txt && \

0 commit comments

Comments
 (0)