Skip to content

Commit f1a535a

Browse files
committed
update Prometheus version to 3.9.1 in test build configuration
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
1 parent 7d0333e commit f1a535a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
docker pull quay.io/cortexproject/cortex:v1.21.0
273273
elif [ "$TEST_TAGS" = "integration_query_fuzz" ]; then
274274
docker pull quay.io/cortexproject/cortex:v1.20.1
275-
docker pull quay.io/prometheus/prometheus:v3.8.1
275+
docker pull quay.io/prometheus/prometheus:v3.9.1
276276
fi
277277
docker pull memcached:1.6.1
278278
docker pull redis:7.0.4-alpine

0 commit comments

Comments
 (0)