DevEnv: updates build-ci-deploy dockerfile and CI config to include yarn (#22809)

* DevEnv: updates build-ci-deploy dockerfile

* DevEnv: updates build-ci-deploy dockerfile version in circleci config
This commit is contained in:
Lukas Siatka
2020-03-16 15:37:44 +01:00
committed by GitHub
parent 46165a7f7b
commit 935ec07cfd
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
_version="1.2.3"
_version="1.2.4"
_tag="grafana/grafana-ci-deploy:${_version}"
docker build -t $_tag .