We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 643996e + 6bdad65 commit 525c7a7Copy full SHA for 525c7a7
Makefile
@@ -3,7 +3,7 @@ GOTEST=$(GOCMD) test
3
GOVET=$(GOCMD) vet
4
BINARY_NAME=pure-fb-om-exporter
5
MODULE_NAME=purestorage/fb-openmetrics-exporter
6
-VERSION?=1.0.8
+VERSION?=1.0.9
7
SERVICE_PORT?=9491
8
DOCKER_REGISTRY?= quay.io/purestorage/
9
EXPORT_RESULT?=false # for CI please set EXPORT_RESULT to true
build/docker/Dockerfile
@@ -1,5 +1,5 @@
1
FROM golang:alpine as build
2
-ARG VERSION=1.0.8
+ARG VERSION=1.0.9
WORKDIR /usr/src/app
0 commit comments