From: Mattias Hansson Date: Thu, 28 Mar 2019 19:05:42 +0000 (+0100) Subject: Dockerfile: Change base image to Debian Stable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=528a4f59450402b1fe97a6f20307e5187c190eb7;p=jq Dockerfile: Change base image to Debian Stable --- diff --git a/Dockerfile b/Dockerfile index 4411f15..ef737a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:8 +FROM debian:9 ENV DEBIAN_FRONTEND=noninteractive \ DEBCONF_NONINTERACTIVE_SEEN=true \