From f967d10f045c0a600a99558197fb00a7541491d9 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sun, 28 Jan 2018 14:58:52 -0500 Subject: [PATCH] Use debian:testing for building --- scripts/cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index 8efbd9227..5f2d9794b 100644 --- a/scripts/cross/Dockerfile +++ b/scripts/cross/Dockerfile @@ -1,6 +1,6 @@ # Adapted from tcnksm/dockerfile-gox -- thanks! -FROM debian:stable +FROM debian:testing RUN apt-get update -y && apt-get install --no-install-recommends -y -q \ curl \