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 \