Set a concrete version number to the Dockerfile base image

This commit is contained in:
Christian Claus 2018-12-26 00:37:47 +01:00
parent f470bf1b53
commit d4ea130d6c

View file

@ -1,4 +1,4 @@
FROM golang:alpine
FROM golang:1.11-alpine
RUN apk add --no-cache git
RUN go get -u github.com/micromata/dave/cmd/...