Update docker minor+patch+digest updates
Some checks failed
Lint / lint (push) Failing after 9s
Build / build (pull_request) Failing after 23s

This commit is contained in:
2025-11-08 12:01:56 +00:00
parent a5c3d4c3ba
commit 6b6e4d3d56
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ x-env-base: &env-base
services:
server:
<<: *service-base
image: oven/bun:1.3.1@sha256:9c5d3c92b234b4708198577d2f39aab7397a242a40da7c2f059e51b9dc62b408
image: oven/bun:1.3.2@sha256:30b6593d5646d1d695ed0c68c76ed370de538f5f49c34ed565386fd455bf6194
volumes:
- *volume-app
working_dir: /app/packages/server
@@ -22,7 +22,7 @@ services:
cli:
<<: *service-base
image: oven/bun:1.3.1@sha256:9c5d3c92b234b4708198577d2f39aab7397a242a40da7c2f059e51b9dc62b408
image: oven/bun:1.3.2@sha256:30b6593d5646d1d695ed0c68c76ed370de538f5f49c34ed565386fd455bf6194
volumes:
- *volume-app
working_dir: /app
@@ -48,7 +48,7 @@ services:
tempo:
<<: *service-base
image: grafana/tempo:latest@sha256:99b1bdc0c02172ff04587bd0ff232ef7aaf6f8a0b5dbd1eb0eea0c5a848ce3ec
image: grafana/tempo:latest@sha256:7a24eeb1114432d5428db0c5e339a36c9df3b7c0525d4f6e320468788777ca8b
command: [-config.file=/etc/tempo.yaml]
volumes:
- ./telemetry/tempo.yaml:/etc/tempo.yaml