From 6c265d399db25f786cc2e2a7ca39c7697ff795bb Mon Sep 17 00:00:00 2001 From: Vibhuti Sawant Date: Mon, 19 Nov 2018 16:13:14 +0530 Subject: [PATCH] updated the base image to ubuntu:18.04 --- base-notebook/Dockerfile.ppc64le | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile.ppc64le b/base-notebook/Dockerfile.ppc64le index 0dfc85fc..5b6b5074 100644 --- a/base-notebook/Dockerfile.ppc64le +++ b/base-notebook/Dockerfile.ppc64le @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. # Ubuntu image -FROM ppc64le/ubuntu:trusty +FROM ppc64le/ubuntu:18.04 LABEL maintainer="Ilsiyar Gaynutdinov "