Merge pull request #31 from shizunge/prometheus
update Docker build base
This commit is contained in:
commit
0950175e43
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:alpine AS build
|
FROM golang AS build
|
||||||
|
|
||||||
ADD . /go/src/app
|
ADD . /go/src/app
|
||||||
WORKDIR /go/src/app
|
WORKDIR /go/src/app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue