Merge pull request #31 from shizunge/prometheus

update Docker build base
This commit is contained in:
Shizun Ge 2022-10-10 20:21:55 -07:00 committed by GitHub
commit 0950175e43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM golang:alpine AS build
FROM golang AS build
ADD . /go/src/app
WORKDIR /go/src/app