fix: bump openbao base image 2.5.0→2.5.1 (CVE-2026-24051)
All checks were successful
ci/woodpecker/push/infra Pipeline was successful

go.opentelemetry.io/otel/sdk v1.39.0 had PATH hijacking vulnerability.
Fixed in otel/sdk v1.40.0, included in openbao 2.5.1.
This commit is contained in:
2026-02-28 20:47:51 -06:00
parent d07a840f25
commit 067e1015dd

View File

@@ -1,4 +1,4 @@
FROM quay.io/openbao/openbao:2.5.0
FROM quay.io/openbao/openbao:2.5.1
LABEL maintainer="Mosaic Stack <dev@mosaic.local>"
LABEL description="OpenBao secrets management for Mosaic Stack"