Skip to content

Commit ec3513f

Browse files
authored
Update circle with the new 1.13.2 image (#1742)
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 94ba16a commit ec3513f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
# https://circleci.com/blog/circleci-hacks-reuse-yaml-in-your-circleci-config-with-yaml/
44
defaults: &defaults
55
docker:
6-
- image: cortexproject/build-image:master-114312d34
6+
- image: cortexproject/build-image:master-94ba16ade
77
working_directory: /go/src/github.com/cortexproject/cortex
88

99
workflows:
@@ -89,7 +89,7 @@ jobs:
8989
name: Integration Test
9090
command: |
9191
touch build-image/.uptodate
92-
MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations make BUILD_IMAGE=cortexproject/build-image:master-114312d34 configs-integration-test
92+
MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations make BUILD_IMAGE=cortexproject/build-image:master-94ba16ade configs-integration-test
9393
- run:
9494
name: Load Images
9595
command: ln -s /tmp/images ./images; make BUILD_IN_CONTAINER=false load-images

0 commit comments

Comments
 (0)