diff --git a/Makefile b/Makefile index e597885..77b5ef6 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GOTEST=$(GOCMD) test GOVET=$(GOCMD) vet BINARY_NAME=pure-fb-om-exporter MODULE_NAME=purestorage/fb-openmetrics-exporter -VERSION?=1.1.0 +VERSION?=1.1.1 SERVICE_PORT?=9491 DOCKER_REGISTRY?= quay.io/purestorage/ EXPORT_RESULT?=false # for CI please set EXPORT_RESULT to true diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile index 3512926..38553f7 100644 --- a/build/docker/Dockerfile +++ b/build/docker/Dockerfile @@ -1,5 +1,5 @@ FROM golang:alpine as build -ARG VERSION=1.1.0 +ARG VERSION=1.1.1 WORKDIR /usr/src/app