From b0ce99d22f2f2615e1762e653182d41c6c5d9474 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 25 Jul 2017 16:44:31 -0400 Subject: [PATCH] Update dockerfile to use debian stable --- scripts/cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index 66f1eac572..20db15306a 100644 --- a/scripts/cross/Dockerfile +++ b/scripts/cross/Dockerfile @@ -1,6 +1,6 @@ # Adapted from tcnksm/dockerfile-gox -- thanks! -FROM debian:jessie +FROM debian:stable RUN apt-get update -y && apt-get install --no-install-recommends -y -q \ curl \