Skip to content

Commit

Permalink
Chore Nats-exporter: v0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shyukri Shyukriev <[email protected]>
  • Loading branch information
shyukri committed Mar 31, 2024
1 parent 5f61e0f commit df8e15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/prometheus-nats-exporter-docker/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Golang binary building stage
FROM golang:1.21.6
FROM golang:1.21
WORKDIR $GOPATH/src/github.com/nats-io/prometheus-nats-exporter
RUN git clone --branch v0.10.1 https://github.com/nats-io/prometheus-nats-exporter.git .
RUN git clone --branch v0.14.0 https://github.com/nats-io/prometheus-nats-exporter.git .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -a -tags netgo -installsuffix netgo -ldflags "-s -w"

# Final docker image building stage
Expand Down

0 comments on commit df8e15f

Please sign in to comment.