This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ ADD . .
|
||||
RUN go mod tidy
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o main
|
||||
|
||||
FROM alpine as drone_plugin
|
||||
FROM reg.icechen.cn/alpine as drone_plugin
|
||||
WORKDIR /go/src
|
||||
#LABEL maintainer "The Prometheus Authors <prometheus-developers@googlegroups.com>"
|
||||
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
|
||||
|
||||
Reference in New Issue
Block a user