Merge pull request #93 from TheAssassin/master

Switch to alpine base image
This commit is contained in:
Remco Verhoef 2017-09-20 13:13:16 +02:00 committed by GitHub
commit 44398d72d3

View file

@ -1,4 +1,4 @@
FROM golang:1.7
FROM golang:1.7-alpine
MAINTAINER Remco Verhoef <remco@dutchcoders.io>
# Copy the local package files to the container's workspace.