Skip to content

Commit 56a8fd8

Browse files
Merge pull request #96 from james-laing/94-v111-tracking-issue
v1.1.1
2 parents 5ce4542 + 83ce262 commit 56a8fd8

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.0
6+
VERSION?=1.1.1
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.0
2+
ARG VERSION=1.1.1
33

44
WORKDIR /usr/src/app
55

0 commit comments

Comments
 (0)