Skip to content

Commit

Permalink
Updated test containers (#1110)
Browse files Browse the repository at this point in the history
Signed-off-by: dhoard <doug.hoard@gmail.com>
  • Loading branch information
dhoard authored Jan 2, 2025
1 parent edcfb5d commit 6117dcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ prom/prometheus:v2.50.1
prom/prometheus:v2.51.2
prom/prometheus:v2.52.0
prom/prometheus:v2.53.3
prom/prometheus:v3.0.1
prom/prometheus:v3.0.1
prom/prometheus:v3.1.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
prom/prometheus:v3.0.1
prom/prometheus:v3.1.0
2 changes: 1 addition & 1 deletion run-quick-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

(
export JAVA_DOCKER_IMAGES="eclipse-temurin:21-alpine"
export PROMETHEUS_DOCKER_IMAGES="prom/prometheus:v3.0.1"
export PROMETHEUS_DOCKER_IMAGES="prom/prometheus:v3.1.0"
docker pull "$JAVA_DOCKER_IMAGES"
docker pull "$PROMETHEUS_DOCKER_IMAGES"
./mvnw clean verify
Expand Down

0 comments on commit 6117dcd

Please sign in to comment.