From 9962cf0b8ee40c22bf0693b7ac892596aaebb3e8 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 25 Jun 2019 10:13:57 -0700 Subject: [PATCH] Upgrade compatibility tests to stretch. (#7185) Inspired by #7180, there's no reason for these tests to be running on old stable. This upgrades them to the latest stable version of Debian. You can see tests passing with these changes at https://travis-ci.com/certbot/certbot/builds/116844923. --- certbot-compatibility-test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-compatibility-test/Dockerfile b/certbot-compatibility-test/Dockerfile index 1e9e0d727..2716d6fcb 100644 --- a/certbot-compatibility-test/Dockerfile +++ b/certbot-compatibility-test/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Brad Warren # no need to mkdir anything: