Commit eed141fb by Leonard Gram

build: uses 1.1.0 of the build container.

parent 8ea2f7f8
...@@ -125,7 +125,7 @@ jobs: ...@@ -125,7 +125,7 @@ jobs:
build-all: build-all:
docker: docker:
- image: grafana/build-container:build - image: grafana/build-container:1.1.0
working_directory: /go/src/github.com/grafana/grafana working_directory: /go/src/github.com/grafana/grafana
steps: steps:
- checkout - checkout
...@@ -168,7 +168,7 @@ jobs: ...@@ -168,7 +168,7 @@ jobs:
build: build:
docker: docker:
- image: grafana/build-container:build - image: grafana/build-container:1.1.0
working_directory: /go/src/github.com/grafana/grafana working_directory: /go/src/github.com/grafana/grafana
steps: steps:
- checkout - checkout
......
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