Skip to content

Commit 6d074c8

Browse files
committed
Updated Docker images
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent af83606 commit 6d074c8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

integration_test_suite/integration_tests/src/test/resources/prometheus-docker-images.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ prom/prometheus:v3.5.0
1616
prom/prometheus:v3.6.0
1717
prom/prometheus:v3.7.3
1818
prom/prometheus:v3.8.1
19+
prom/prometheus:v3.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
prom/prometheus:v3.8.1
1+
prom/prometheus:v3.9.1

run-quick-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
(
2424
export JAVA_DOCKER_IMAGES="amazoncorretto:25"
25-
export PROMETHEUS_DOCKER_IMAGES="prom/prometheus:v3.8.1"
25+
export PROMETHEUS_DOCKER_IMAGES="prom/prometheus:v3.9.1"
2626
docker pull "$JAVA_DOCKER_IMAGES"
2727
docker pull "$PROMETHEUS_DOCKER_IMAGES"
2828
./mvnw clean verify

0 commit comments

Comments
 (0)