Selaa lähdekoodia

updated circleci build-container version

Torkel Ödegaard 7 vuotta sitten
vanhempi
commit
cdfbcbce22
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -232,7 +232,7 @@ jobs:
 
   build-enterprise:
     docker:
-     - image: grafana/build-container:v0.1
+     - image: grafana/build-container:1.2.0
     working_directory: /go/src/github.com/grafana/grafana
     steps:
       - checkout