diff --git a/docker/linux/amd64/Dockerfile b/docker/linux/amd64/Dockerfile index e974566e..72c71d62 100644 --- a/docker/linux/amd64/Dockerfile +++ b/docker/linux/amd64/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.12 # download the source WORKDIR /go/src/github.com/nats-io/prometheus-nats-exporter -RUN git clone --branch v0.4.0 https://github.com/nats-io/prometheus-nats-exporter.git . +RUN git clone --branch v0.5.0 https://github.com/nats-io/prometheus-nats-exporter.git . # build RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -a -tags netgo -installsuffix netgo -ldflags "-s -w" diff --git a/docker/linux/arm32v7/Dockerfile b/docker/linux/arm32v7/Dockerfile index 6fa244ae..47795ccb 100644 --- a/docker/linux/arm32v7/Dockerfile +++ b/docker/linux/arm32v7/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.12 # download the source WORKDIR /go/src/github.com/nats-io/prometheus-nats-exporter -RUN git clone --branch v0.4.0 https://github.com/nats-io/prometheus-nats-exporter.git . +RUN git clone --branch v0.5.0 https://github.com/nats-io/prometheus-nats-exporter.git . # build RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 go build -v -a -tags netgo -installsuffix netgo -ldflags "-s -w" diff --git a/docker/linux/arm64v8/Dockerfile b/docker/linux/arm64v8/Dockerfile index dc60107c..ef31b52b 100644 --- a/docker/linux/arm64v8/Dockerfile +++ b/docker/linux/arm64v8/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.12 # download the source WORKDIR /go/src/github.com/nats-io/prometheus-nats-exporter -RUN git clone --branch v0.4.0 https://github.com/nats-io/prometheus-nats-exporter.git . +RUN git clone --branch v0.5.0 https://github.com/nats-io/prometheus-nats-exporter.git . # build RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -v -a -tags netgo -installsuffix netgo -ldflags "-s -w" diff --git a/docker/windows/amd64/nanoserver/Dockerfile b/docker/windows/amd64/nanoserver/Dockerfile index 56963908..147b3498 100644 --- a/docker/windows/amd64/nanoserver/Dockerfile +++ b/docker/windows/amd64/nanoserver/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.12 # download the source WORKDIR /go/src/github.com/nats-io/prometheus-nats-exporter -RUN git clone --branch v0.4.0 https://github.com/nats-io/prometheus-nats-exporter.git . +RUN git clone --branch v0.5.0 https://github.com/nats-io/prometheus-nats-exporter.git . # build RUN go build -v -a -tags netgo -installsuffix netgo diff --git a/docker/windows/amd64/windowsservercore/Dockerfile b/docker/windows/amd64/windowsservercore/Dockerfile index 7b50b615..0ce9ce13 100644 --- a/docker/windows/amd64/windowsservercore/Dockerfile +++ b/docker/windows/amd64/windowsservercore/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.12 # download the source WORKDIR /go/src/github.com/nats-io/prometheus-nats-exporter -RUN git clone --branch v0.4.0 https://github.com/nats-io/prometheus-nats-exporter.git . +RUN git clone --branch v0.5.0 https://github.com/nats-io/prometheus-nats-exporter.git . # build RUN go build -v -a -tags netgo -installsuffix netgo