Skip to content

Commit 64d6d83

Browse files
chore(deps): update prom/prometheus docker tag to v2.55.0 (#6271)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | prom/prometheus | minor | `v2.54.1` -> `v2.55.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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-go-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91fbe99 commit 64d6d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/otel-collector/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- 4317:4317
1212

1313
prometheus:
14-
image: prom/prometheus:v2.54.1
14+
image: prom/prometheus:v2.55.0
1515
volumes:
1616
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
1717
ports:

0 commit comments

Comments
 (0)