Chore: Upgrade grafana/build-ci-deploy image to latest Go (#29171)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-11-18 08:40:41 +01:00
committed by GitHub
parent 4c0aa4acd5
commit bcb307fb1b
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail
_version="1.2.6"
_version="1.2.7"
_tag="grafana/grafana-ci-deploy:${_version}"
docker build -t $_tag .