Skip to content

Commit 52dac23

Browse files
authored
Merge pull request #154 from PureStorage-OpenConnect/v1.21
v1.0.21
2 parents 37087ec + 11b6877 commit 52dac23

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.20
8+
VERSION?=1.0.21
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.20
2+
ARG VERSION=1.0.21
33
ARG UserAgentBase=Pure_FA_OpenMetrics_exporter
44

55
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)