We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ce4542 + 83ce262 commit 56a8fd8Copy full SHA for 56a8fd8
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.1.0
+VERSION?=1.1.1
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.1.0
+ARG VERSION=1.1.1
WORKDIR /usr/src/app
0 commit comments