Commit 048f6f53 by Arve Knudsen Committed by GitHub

CircleCI: Upgrade Grafana build image (#25624)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 49498693
...@@ -35,13 +35,13 @@ executors: ...@@ -35,13 +35,13 @@ executors:
- image: cimg/base:stable - image: cimg/base:stable
node: node:
docker: docker:
- image: cimg/node:12.16 - image: cimg/node:12.18
go: go:
docker: docker:
- image: cimg/go:1.14 - image: cimg/go:1.14
grafana-build: grafana-build:
docker: docker:
- image: grafana/build-container:1.2.19 - image: grafana/build-container:1.2.20
grafana-publish: grafana-publish:
docker: docker:
- image: grafana/grafana-ci-deploy:1.2.5 - image: grafana/grafana-ci-deploy:1.2.5
......
#!/bin/bash #!/bin/bash
set -eo pipefail set -eo pipefail
_version="1.2.19" _version="1.2.20"
_tag="grafana/build-container:${_version}" _tag="grafana/build-container:${_version}"
_dpath=$(dirname "${BASH_SOURCE[0]}") _dpath=$(dirname "${BASH_SOURCE[0]}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment