From d4889f4bf6ead532c9a92c64b3805695e21eb894 Mon Sep 17 00:00:00 2001 From: Manjunath Ranganathaiah Date: Mon, 11 Jun 2018 13:07:44 -0700 Subject: [PATCH] Moving base image to ubuntu:xenial: Change-Id: Id56863d2c74e530fccb9394afa974ebd56508c10 Issue-ID: AAF-344 Signed-off-by: Manjunath Ranganathaiah --- auth/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/docker/Dockerfile b/auth/docker/Dockerfile index 609c26ed..d744d69c 100644 --- a/auth/docker/Dockerfile +++ b/auth/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM rmannfv/aaf-base:openjdk8 +FROM rmannfv/aaf-base:xenial MAINTAINER AAF Team, AT&T 2018 ENV VERSION=${AAF_VERSION} -- 2.16.6