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.
1 parent 7eafbd2 commit 69cf90eCopy full SHA for 69cf90e
Makefile
@@ -4,7 +4,7 @@ GOTEST=$(GOCMD) test
4
GOVET=$(GOCMD) vet
5
BINARY_NAME=pure-fa-om-exporter
6
MODULE_NAME=purestorage/fa-openmetrics-exporter
7
-VERSION?=1.0.15
+VERSION?=1.0.16
8
SERVICE_PORT?=9490
9
DOCKER_REGISTRY?= quay.io/purestorage/
10
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.15
+ARG VERSION=1.0.16
3
WORKDIR /usr/src/app
0 commit comments