Skip to content

Commit d2a20f7

Browse files
authored
bump otel collector alpine version (#8377)
1 parent dc32e0b commit d2a20f7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/fifty-months-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'hive': patch
3+
---
4+
5+
Bump `otel-collector` docker image otel collector version from `3.14.10` to `3.22`.

docker/otel-collector.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY --from=config extension-statsviz/ ./extension-statsviz/
2121
RUN CGO_ENABLED=0 builder --config=/build/builder-config.yaml
2222

2323
# Stage 2: Final Image
24-
FROM alpine:3.14
24+
FROM alpine:3.22
2525

2626
WORKDIR /app
2727

0 commit comments

Comments
 (0)