Skip to content

Commit

Permalink
support alpine3.11 (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
segatomo authored Jun 12, 2020
1 parent 519fb19 commit 996557c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 996557c

Please sign in to comment.