Skip to content

Commit 161e809

Browse files
committed
Update the image with node upgrade
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent ad32fe2 commit 161e809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defaults: &defaults
55
docker:
66
# IMPORTANT: whenever you change the build-image version tag, remember to replace it
77
# across the entire file (there are multiple references).
8-
- image: quay.io/cortexproject/build-image:update-build-image-b0c352514
8+
- image: quay.io/cortexproject/build-image:update-build-image-a826c0784
99
working_directory: /go/src/github.com/cortexproject/cortex
1010

1111
filters: &filters
@@ -91,7 +91,7 @@ jobs:
9191

9292
test:
9393
docker:
94-
- image: quay.io/cortexproject/build-image:update-build-image-b0c352514
94+
- image: quay.io/cortexproject/build-image:update-build-image-a826c0784
9595
- image: cassandra:3.11
9696
environment:
9797
JVM_OPTS: "-Xms1024M -Xmx1024M"
@@ -115,7 +115,7 @@ jobs:
115115
name: Integration Test
116116
command: |
117117
touch build-image/.uptodate
118-
MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations make BUILD_IMAGE=quay.io/cortexproject/build-image:update-build-image-b0c352514 configs-integration-test
118+
MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations make BUILD_IMAGE=quay.io/cortexproject/build-image:update-build-image-a826c0784 configs-integration-test
119119
120120
integration:
121121
machine:

0 commit comments

Comments
 (0)