diff --git a/.circleci/Dockerfile b/.circleci/Dockerfile
index 072232c14210e7d623d43231d78b33b76a1804bd..62926585e504fbde5dbf7e8538091313a51f469d 100644
--- a/.circleci/Dockerfile
+++ b/.circleci/Dockerfile
@@ -1,10 +1,10 @@
-# docker build -t quay.io/monax/burrow:ci .
+# docker build -t quay.io/monax/build:burrow-ci .
 FROM golang:1.10.1-alpine3.7
 MAINTAINER Monax <support@monax.io>
 
 ENV DOCKER_VERSION "17.12.1-ce"
 # This is the image used by the Circle CI config in this directory pushed to quay.io/monax/bosmarmot:ci
-# docker build -t quay.io/monax/burrow:ci -f ./.circleci/Dockerfile .
+# docker build -t quay.io/monax/build:burrow-ci -f ./.circleci/Dockerfile .
 RUN apk add --update --no-cache nodejs netcat-openbsd git openssh-client openssl make bash gcc g++ jq curl
 # get docker client
 RUN curl -L -o /tmp/docker-$DOCKER_VERSION.tgz https://download.docker.com/linux/static/stable/x86_64/docker-$DOCKER_VERSION.tgz \
@@ -14,4 +14,4 @@ RUN curl -L -o /tmp/docker-$DOCKER_VERSION.tgz https://download.docker.com/linux
 RUN go get github.com/jstemmer/go-junit-report
 RUN go get -u github.com/golang/dep/cmd/dep
 RUN npm install -g mocha
-RUN npm install -g mocha-circleci-reporter
\ No newline at end of file
+RUN npm install -g mocha-circleci-reporter
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e062f42388526a2d0914409fe4ef9d98f5fb8153..3f8b04082924d2f52320bbeea868d2e3d4a9a152 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -4,7 +4,7 @@
 defaults: &defaults
   working_directory: /go/src/github.com/hyperledger/burrow
   docker:
-    - image: quay.io/monax/burrow:ci
+    - image: quay.io/monax/build:burrow-ci
 
 tag_filters: &tags_filters
   tags:
@@ -130,4 +130,3 @@ workflows:
             <<: *tags_filters
             branches:
               only: develop
-