aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-10-11 22:14:52 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-12 10:14:52 +0800
commite6b020b0a550f3f535b2252860fe83e534ee9c03 (patch)
tree28d0f9110c59349eaabff439afe6637148954fcb /Jenkinsfile
parent31034a03227ebfe63f4025cd95137f116cd4236a (diff)
downloadcryptography-e6b020b0a550f3f535b2252860fe83e534ee9c03.tar.gz
cryptography-e6b020b0a550f3f535b2252860fe83e534ee9c03.tar.bz2
cryptography-e6b020b0a550f3f535b2252860fe83e534ee9c03.zip
bump libressl to 2.6.2 (#3967)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
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'],
],
[