mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-27 16:24:04 +00:00
Dockerfile with golang:1.4
This commit is contained in:
parent
6229a120f8
commit
fbcd89e8ef
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
# Base docker image
|
FROM golang:1.4
|
||||||
FROM golang:latest
|
|
||||||
|
|
||||||
RUN go get github.com/mailhog/MailHog
|
RUN go get github.com/mailhog/MailHog
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue