mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +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:latest
|
||||
FROM golang:1.4
|
||||
|
||||
RUN go get github.com/mailhog/MailHog
|
||||
|
||||
|
|
Loading…
Reference in a new issue