Set a concrete version number to the Dockerfile base image
This commit is contained in:
parent
f470bf1b53
commit
d4ea130d6c
1 changed files with 1 additions and 1 deletions
|
@ -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/...
|
||||
|
||||
|
|
Loading…
Reference in a new issue