Skip to content

Commit b7afc29

Browse files
fix: bump grafana/tempo from 2.9.0 to 2.10.0 in /tempo (#282)
Bumps grafana/tempo from 2.9.0 to 2.10.0. --- updated-dependencies: - dependency-name: grafana/tempo dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1049c0 commit b7afc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tempo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.15
33

44
# Tempo
55
# hadolint ignore=DL3029
6-
FROM --platform=linux/amd64 grafana/tempo:2.9.0 as tempo-amd64
6+
FROM --platform=linux/amd64 grafana/tempo:2.10.0 as tempo-amd64
77
# hadolint ignore=DL3029
8-
FROM --platform=linux/arm64 grafana/tempo:2.9.0 as tempo-arm64
8+
FROM --platform=linux/arm64 grafana/tempo:2.10.0 as tempo-arm64
99

1010
FROM ghcr.io/tarampampam/curl:8.16.0 as curl
1111

0 commit comments

Comments
 (0)