aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-12-25 13:49:48 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-12-25 12:49:48 -0600
commit24bb7a057b8851a2df8c8e5a20b2652af10675b1 (patch)
tree784466807982eb3d57db7408b2031fc0bc9cb445 /Jenkinsfile
parenta481e660a861ecf9ba25b517262d406fdbb82d8a (diff)
downloadcryptography-24bb7a057b8851a2df8c8e5a20b2652af10675b1.tar.gz
cryptography-24bb7a057b8851a2df8c8e5a20b2652af10675b1.tar.bz2
cryptography-24bb7a057b8851a2df8c8e5a20b2652af10675b1.zip
bump libressl version (#4062)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 48e737c3..474f502a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,7 +60,7 @@ def configs = [
],
[
label: 'docker',
- imageName: 'pyca/cryptography-runner-jessie-libressl:2.6.3',
+ imageName: 'pyca/cryptography-runner-jessie-libressl:2.6.4',
toxenvs: ['py27'],
],
[