diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-10-11 22:14:52 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-10-12 10:14:52 +0800 |
commit | e6b020b0a550f3f535b2252860fe83e534ee9c03 (patch) | |
tree | 28d0f9110c59349eaabff439afe6637148954fcb | |
parent | 31034a03227ebfe63f4025cd95137f116cd4236a (diff) | |
download | cryptography-e6b020b0a550f3f535b2252860fe83e534ee9c03.tar.gz cryptography-e6b020b0a550f3f535b2252860fe83e534ee9c03.tar.bz2 cryptography-e6b020b0a550f3f535b2252860fe83e534ee9c03.zip |
bump libressl to 2.6.2 (#3967)
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 60195a68..a969f8a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,7 +60,7 @@ def configs = [ ], [ label: 'docker', - imageName: 'pyca/cryptography-runner-jessie-libressl:2.6.1', + imageName: 'pyca/cryptography-runner-jessie-libressl:2.6.2', toxenvs: ['py27'], ], [ |