fix(infra): correct Jaeger image tag #58

Merged
julien merged 1 commits from fix/infra/jaeger-image-tag into main 2026-05-08 20:08:34 +02:00
Showing only changes of commit 9aaf9f1f45 - Show all commits
+1 -1
View File
@@ -123,7 +123,7 @@ services:
# Jaeger on the internal Compose network.
# ------------------------------------------------------------------
jaeger:
image: jaegertracing/all-in-one:1.62
image: jaegertracing/all-in-one:1.76.0
container_name: apf-portal-jaeger
restart: unless-stopped
profiles: [observability]