mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
chore: resolve collector CVE-2025-15467 (#1761)
This commit is contained in:
parent
18e9690461
commit
36da6ff4d8
2 changed files with 6 additions and 1 deletions
5
.changeset/young-lobsters-cheat.md
Normal file
5
.changeset/young-lobsters-cheat.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@hyperdx/otel-collector": patch
|
||||
---
|
||||
|
||||
chore: bump base alpine 3.23 to address CVE-2025-15467
|
||||
|
|
@ -14,7 +14,7 @@ COPY packages/otel-collector/ ./
|
|||
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /migrate ./cmd/migrate
|
||||
|
||||
# From: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/aa5c3aa4c7ec174361fcaf908de8eaca72263078/cmd/opampsupervisor/Dockerfile#L18
|
||||
FROM alpine:3.21@sha256:c3f8e73fdb79deaebaa2037150150191b9dcbfba68b4a46d70103204c53f4709 AS base
|
||||
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS base
|
||||
|
||||
ARG USER_UID=10001
|
||||
ARG USER_GID=10001
|
||||
|
|
|
|||
Loading…
Reference in a new issue