Skip to content

Commit 08f0e50

Browse files
chore(deps): update prom/prometheus docker tag to v2.54.1 (#2031)
| datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | docker | prom/prometheus | v2.52.0 | v2.54.1 | Co-authored-by: Renovate Bot <[email protected]>
1 parent a22e692 commit 08f0e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-prometheus/README.adoc

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

1717
* `embedded.prometheus.enabled` `(true|false, default is true)`
1818
* `embedded.prometheus.reuseContainer` `(true|false, default is false)`
19-
* `embedded.prometheus.dockerImage` `(default is 'prom/prometheus:v2.52.0')`
19+
* `embedded.prometheus.dockerImage` `(default is 'prom/prometheus:v2.54.1')`
2020
** Image versions on https://hub.docker.com/r/prom/prometheus/tags[dockerhub]
2121
* `embedded.prometheus.networkAlias` `(default is 'prometheus')`
2222
* `embedded.toxiproxy.proxies.prometheus.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-prometheus` container.

embedded-prometheus/src/main/java/com/playtika/testcontainer/prometheus/PrometheusProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public class PrometheusProperties extends CommonContainerProperties {
2121
public String getDefaultDockerImage() {
2222
// Please don`t remove this comment.
2323
// renovate: datasource=docker
24-
return "prom/prometheus:v2.52.0";
24+
return "prom/prometheus:v2.54.1";
2525
}
2626
}

0 commit comments

Comments
 (0)