Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 5b59bbb

Browse files
authored
Merge pull request #1582 from caarlos0/bump-grafana
bump grafana version
2 parents 3c96668 + 6de4ada commit 5b59bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grafana/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
all: build
2121

22-
VERSION?=v4.0.2
22+
VERSION?=v4.1.2
2323
PREFIX?=gcr.io/google_containers
2424
ARCH?=amd64
2525
TEMP_DIR:=$(shell mktemp -d)
2626
LDFLAGS=-w -X main.version=$(VERSION) -X main.commit=unknown-dev -X main.timestamp=0 -extldflags '-static'
27-
DEB_BUILD=4.0.2-1481203731
27+
DEB_BUILD=4.1.2-1486989747
2828
KUBE_CROSS_IMAGE=gcr.io/google_containers/kube-cross:v1.7.3-0
2929

3030
# s390x

0 commit comments

Comments
 (0)