Skip to content

Commit aaa3c39

Browse files
chore(deps): update grafana/grafana docker tag to v12.4.1 (#442)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grafana/grafana](https://redirect.github.com/grafana/grafana) | patch | `12.4.0` → `12.4.1` | --- ### Release Notes <details> <summary>grafana/grafana (grafana/grafana)</summary> ### [`v12.4.1`](https://redirect.github.com/grafana/grafana/compare/v12.4.0...v12.4.1) [Compare Source](https://redirect.github.com/grafana/grafana/compare/v12.4.0...v12.4.1) </details> --- ### 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 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/ObolNetwork/charon-distributed-validator-node). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvZG9ja2VyIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9f802c commit aaa3c39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ services:
186186
restart: unless-stopped
187187

188188
grafana:
189-
image: grafana/grafana:${GRAFANA_VERSION:-12.4.0}
189+
image: grafana/grafana:${GRAFANA_VERSION:-12.4.1}
190190
user: ":"
191191
ports:
192192
- ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000

0 commit comments

Comments
 (0)