From eb4291acba0a63ce6ce0395c96379fbca14e8039 Mon Sep 17 00:00:00 2001 From: Newnius Date: Mon, 6 Aug 2018 17:00:21 +0800 Subject: [PATCH] update alpine version --- hadoop/2.7.4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop/2.7.4/Dockerfile b/hadoop/2.7.4/Dockerfile index e26c6a3..211264d 100644 --- a/hadoop/2.7.4/Dockerfile +++ b/hadoop/2.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.6 +FROM alpine:3.8 MAINTAINER Newnius