We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0e4b3e + 367939f commit 9279020Copy full SHA for 9279020
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.2
+VERSION?=1.1.3
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.2
+ARG VERSION=1.1.3
WORKDIR /usr/src/app
0 commit comments