Skip to content

Commit fa906cb

Browse files
authored
Updated Prometheus test container (#1418)
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent 0f17632 commit fa906cb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
prom/prometheus:v3.5.1
22
prom/prometheus:v3.9.1
3+
prom/prometheus:v3.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
prom/prometheus:v3.9.1
1+
prom/prometheus:v3.10.0

run-quick-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set -o pipefail
2525

2626
(
2727
export JAVA_DOCKER_IMAGES="amazoncorretto:25"
28-
export PROMETHEUS_DOCKER_IMAGES="prom/prometheus:v3.9.1"
28+
export PROMETHEUS_DOCKER_IMAGES="prom/prometheus:v3.10.0"
2929
docker pull "$JAVA_DOCKER_IMAGES"
3030
docker pull "$PROMETHEUS_DOCKER_IMAGES"
3131
./mvnw clean verify

0 commit comments

Comments
 (0)