Skip to content

Commit 349e233

Browse files
Update prom/prometheus Docker tag to v3.4.2 (#41025)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | prom/prometheus | patch | `v3.4.1` -> `v3.4.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ce25dd commit 349e233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/couchbase/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
depends_on:
1818
- couchbase
1919
prometheus:
20-
image: prom/prometheus:v3.4.1
20+
image: prom/prometheus:v3.4.2
2121
volumes:
2222
- ./prometheus-config.yaml:/etc/prometheus/prometheus.yml
2323
ports:

0 commit comments

Comments
 (0)