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

This commit is contained in:
2025-11-04 12:04:55 +00:00
parent 67a53e351f
commit d603e0ca2c
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ services:
webapp:
<<: *service-base
image: node:22.21.1@sha256:22ab967fdf8d9ce32387d0c06ab2e32c6793d860bb93ccce6e27927ccdfeee6d
image: node:22.21.1@sha256:4f6d253e4ddf8407f79f9cd06a70272af5bf4f640d89241dac680f13a332dbad
ports:
- ${PORT:?PORT missing}:80
volumes:
@@ -48,7 +48,7 @@ services:
tempo:
<<: *service-base
image: grafana/tempo:latest@sha256:56528c858bfdfd64ae28b4d2ee825e3ac50e2315eb4e08de94364d0587aff364
image: grafana/tempo:latest@sha256:44b5920a0500bf1745f42730671430a62092e12478117817263cb7dba8ad9b23
command: [-config.file=/etc/tempo.yaml]
volumes:
- ./telemetry/tempo.yaml:/etc/tempo.yaml