diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-09-15 02:37:39 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-09-15 14:37:39 +0800 |
commit | b522324c43fbb0c286cdbb46409f7a0ee7173d88 (patch) | |
tree | 0afebbf454033e03da95fd4cc478f19dc7ad8b27 | |
parent | d8371a8290d6bcf8f75424aa6a4b1f6502ad5f9a (diff) | |
download | cryptography-b522324c43fbb0c286cdbb46409f7a0ee7173d88.tar.gz cryptography-b522324c43fbb0c286cdbb46409f7a0ee7173d88.tar.bz2 cryptography-b522324c43fbb0c286cdbb46409f7a0ee7173d88.zip |
bump libressl version (#3920)
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 93819ab1..8742e858 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,7 +60,7 @@ def configs = [ ], [ label: 'docker', - imageName: 'pyca/cryptography-runner-jessie-libressl:2.6.0', + imageName: 'pyca/cryptography-runner-jessie-libressl:2.6.1', toxenvs: ['py27'], ], [ |