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

View File

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