Skip to content

Commit 8d8cb28

Browse files
version 1.0.23
1 parent e9e6e80 commit 8d8cb28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GOVET=$(GOCMD) vet
55
BINARY_NAME=pure-fa-om-exporter
66
MODULE_NAME=purestorage/fa-openmetrics-exporter
77
UserAgentBase=Pure_FA_OpenMetrics_exporter
8-
VERSION?=1.0.22
8+
VERSION?=1.0.23
99
SERVICE_PORT?=9490
1010
DOCKER_REGISTRY?= quay.io/purestorage/
1111
EXPORT_RESULT?=false # for CI please set EXPORT_RESULT to true

build/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:alpine as build
2-
ARG VERSION=1.0.22
2+
ARG VERSION=1.0.23
33
ARG UserAgentBase=Pure_FA_OpenMetrics_exporter
44

55
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)