From 587cf482da2583ff07ed6b5277128d70dbc36278 Mon Sep 17 00:00:00 2001 From: Chad Estioco Date: Mon, 23 Oct 2017 19:09:56 +0800 Subject: [PATCH] Base off from ubuntu:16.04. --- 9.6/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.6/Dockerfile b/9.6/Dockerfile index 0d9e4c74b7..c492b4ee1c 100644 --- a/9.6/Dockerfile +++ b/9.6/Dockerfile @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM debian:jessie +FROM ubuntu:16.04 RUN set -ex; \ if ! command -v gpg > /dev/null; then \