CircleCI: Upgrade Grafana build image (#25624)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-06-17 09:53:39 +02:00
committed by GitHub
parent 4949869356
commit 048f6f5301
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail
_version="1.2.19"
_version="1.2.20"
_tag="grafana/build-container:${_version}"
_dpath=$(dirname "${BASH_SOURCE[0]}")