support alpine3.11 (#1002)

This commit is contained in:
segatomo
2020-06-12 13:42:11 +09:00
committed by GitHub
parent 519fb19a77
commit 996557c667

View File

@@ -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