Dockerfile with golang:1.4

This commit is contained in:
Benoit Benedetti 2014-12-30 22:18:40 +01:00
parent 6229a120f8
commit fbcd89e8ef

View file

@ -1,5 +1,4 @@
# Base docker image
FROM golang:latest
FROM golang:1.4
RUN go get github.com/mailhog/MailHog