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 e9e6e80 commit 8d8cb28Copy full SHA for 8d8cb28
Makefile
@@ -5,7 +5,7 @@ GOVET=$(GOCMD) vet
5
BINARY_NAME=pure-fa-om-exporter
6
MODULE_NAME=purestorage/fa-openmetrics-exporter
7
UserAgentBase=Pure_FA_OpenMetrics_exporter
8
-VERSION?=1.0.22
+VERSION?=1.0.23
9
SERVICE_PORT?=9490
10
DOCKER_REGISTRY?= quay.io/purestorage/
11
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.22
+ARG VERSION=1.0.23
3
ARG UserAgentBase=Pure_FA_OpenMetrics_exporter
4
WORKDIR /usr/src/app
0 commit comments