1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Dockerfile: Change base image to Debian Stable

This commit is contained in:
Mattias Hansson
2019-03-28 20:05:42 +01:00
committed by Nico Williams
parent c4062e09b9
commit 528a4f5945

View File

@ -1,4 +1,4 @@
FROM debian:8
FROM debian:9
ENV DEBIAN_FRONTEND=noninteractive \
DEBCONF_NONINTERACTIVE_SEEN=true \