From 996557c66738ae1a1d83b93301559e6a971e465d Mon Sep 17 00:00:00 2001 From: segatomo Date: Fri, 12 Jun 2020 13:42:11 +0900 Subject: [PATCH] support alpine3.11 (#1002) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e740d2d99e..e8f6fc292d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . $GOPATH/src/$REPOSITORY RUN cd $GOPATH/src/$REPOSITORY && make install -FROM alpine:3.7 +FROM alpine:3.11 MAINTAINER hikachan sadayuki-matsuno