Update docker minor+patch+digest updates (#52)
Some checks failed
Lint / lint (push) Failing after 7s

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| grafana/tempo | digest | `f3e3b4f` -> `2235d05` |
| [node](https://github.com/nodejs/node) | digest | `91b08ad` -> `23c24e8` |
| [prom/prometheus](https://github.com/prometheus/prometheus) | patch | `v3.7.1` -> `v3.7.2` |

---

### Release Notes

<details>
<summary>prometheus/prometheus (prom/prometheus)</summary>

### [`v3.7.2`](https://github.com/prometheus/prometheus/releases/tag/v3.7.2): 3.7.2 / 2025-10-22

[Compare Source](https://github.com/prometheus/prometheus/compare/v3.7.1...v3.7.2)

- \[BUGFIX] AWS SD: Fix AWS SDK v2 credentials handling for EC2 and Lightsail discovery. [#&#8203;17355](https://github.com/prometheus/prometheus/issues/17355)
- \[BUGFIX] AWS SD: Load AWS region from IMDS when not set. [#&#8203;17376](https://github.com/prometheus/prometheus/issues/17376)
- \[BUGFIX] Relabeling: Fix `labelmap` action validation with the legacy metric name validation scheme. [#&#8203;17372](https://github.com/prometheus/prometheus/issues/17372)
- \[BUGFIX] PromQL: Fix parsing failure when `anchored` and `smoothed` are used as metric names and label names. [#&#8203;17353](https://github.com/prometheus/prometheus/issues/17353)
- \[BUGFIX] PromQL: Fix formatting of range vector selectors with `smoothed`/`anchored` modifier. [#&#8203;17354](https://github.com/prometheus/prometheus/issues/17354)

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTguMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OC4wIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->

Reviewed-on: https://git.valverde.cloud/Thilawyn/website/pulls/52
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
This commit was merged in pull request #52.
This commit is contained in:
2025-10-24 01:29:08 +02:00
committed by Julien Valverdé
parent 6546ca8837
commit 6150943347

View File

@@ -35,7 +35,7 @@ services:
webapp: webapp:
<<: *service-base <<: *service-base
image: node:22.21.0@sha256:91b08adf5a73ae2a09df6efbd10e49ddb0e807b6a0fa39ba6009ae8d3a0066ee image: node:22.21.0@sha256:23c24e85395992be118734a39903e08c8f7d1abc73978c46b6bda90060091a49
ports: ports:
- ${PORT:?PORT missing}:80 - ${PORT:?PORT missing}:80
volumes: volumes:
@@ -48,7 +48,7 @@ services:
tempo: tempo:
<<: *service-base <<: *service-base
image: grafana/tempo:latest@sha256:f3e3b4f53e2a4f8364e98ba7ba39054f46ef07d88a7c4570eadb8f1fea166c5c image: grafana/tempo:latest@sha256:2235d05069fb69a38a5c281b056c6a630d956bbefb2acc88b900fe5862e1bf97
command: [-config.file=/etc/tempo.yaml] command: [-config.file=/etc/tempo.yaml]
volumes: volumes:
- ./telemetry/tempo.yaml:/etc/tempo.yaml - ./telemetry/tempo.yaml:/etc/tempo.yaml
@@ -56,7 +56,7 @@ services:
stop_signal: SIGKILL stop_signal: SIGKILL
prometheus: prometheus:
image: prom/prometheus:v3.7.1@sha256:ff7e389acbe064a4823212a500393d40a28a8f362e4b05cbf6742a9a3ef736b2 image: prom/prometheus:v3.7.2@sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7
command: command:
- --config.file=/etc/prometheus.yaml - --config.file=/etc/prometheus.yaml
- --web.enable-remote-write-receiver - --web.enable-remote-write-receiver