Skip to content

Commit 9279020

Browse files
authored
Merge pull request #105 from PureStorage-OpenConnect/104-v113
v1.1.3
2 parents a0e4b3e + 367939f commit 9279020

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
@@ -3,7 +3,7 @@ GOTEST=$(GOCMD) test
33
GOVET=$(GOCMD) vet
44
BINARY_NAME=pure-fb-om-exporter
55
MODULE_NAME=purestorage/fb-openmetrics-exporter
6-
VERSION?=1.1.2
6+
VERSION?=1.1.3
77
SERVICE_PORT?=9491
88
DOCKER_REGISTRY?= quay.io/purestorage/
99
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.1.2
2+
ARG VERSION=1.1.3
33

44
WORKDIR /usr/src/app
55

0 commit comments

Comments
 (0)