We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4b3ec commit 8b892f1Copy full SHA for 8b892f1
Dockerfile
@@ -11,5 +11,5 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -installsuf
11
FROM scratch
12
COPY --from=builder /go/bin/kafka-lag-exporter /go/bin/kafka-lag-exporter
13
14
-ENV VERSION 0.1.0
+ENV VERSION 0.1.1
15
ENTRYPOINT ["/go/bin/kafka-lag-exporter"]
0 commit comments