From 328178fe20e8dd9b41771d10c71d8d314b198e28 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao <tsl0922@gmail.com> Date: Sun, 18 Jun 2017 22:09:04 +0800 Subject: [PATCH] alpine: switch to stable version (3.6) --- Dockerfile-alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-alpine b/Dockerfile-alpine index 175a070a..767529ae 100644 --- a/Dockerfile-alpine +++ b/Dockerfile-alpine @@ -1,4 +1,4 @@ -FROM alpine:edge +FROM alpine:3.6 LABEL maintainer "Shuanglei Tao - tsl0922@gmail.com" \ maintainer "Damien Duportal - damien.duportal@gmail.com"