Skip to content

Commit 37fd84a

Browse files
author
Tobi Fuhrimann
committed
Explicitly use latest golang image
1 parent edc0b68 commit 37fd84a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM golang
1+
FROM golang:latest
22

3-
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
3+
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
44
RUN go get -u github.com/alecthomas/gometalinter && gometalinter --install
55
RUN go get -u github.com/frapposelli/wwhrd

0 commit comments

Comments
 (0)