Skip to content

Commit 8b892f1

Browse files
author
Martin Schneppenheim
committed
Bump version to 0.1.1
1 parent 5a4b3ec commit 8b892f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -installsuf
1111
FROM scratch
1212
COPY --from=builder /go/bin/kafka-lag-exporter /go/bin/kafka-lag-exporter
1313

14-
ENV VERSION 0.1.0
14+
ENV VERSION 0.1.1
1515
ENTRYPOINT ["/go/bin/kafka-lag-exporter"]

0 commit comments

Comments
 (0)