Skip to content

Commit 4598151

Browse files
authored
Use OBI 0.4.1 (#100)
1 parent 16ceaff commit 4598151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beyla/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM prom/node-exporter:v1.10.2 AS node-exporter-source
1111
FROM prometheuscommunity/postgres-exporter:v0.18.1 AS postgres-exporter
1212

1313
# Add OBI to the image
14-
FROM otel/ebpf-instrument:v0.3.0 AS obi-source
14+
FROM otel/ebpf-instrument:v0.4.1 AS obi-source
1515

1616
# Final stage - Using Debian 12.11-slim for glibc compatibility with node-agent
1717
FROM debian:12.11-slim

collector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN mkdir -p /versions/0-default \
4040
# Set environment variables
4141
ENV BASE_URL=https://telemetry.betterstack.com
4242
ENV CLUSTER_COLLECTOR=false
43-
ENV COLLECTOR_VERSION=1.1.13
43+
ENV COLLECTOR_VERSION=1.1.14
4444
ENV VECTOR_VERSION=0.47.0
4545
ENV BEYLA_VERSION=2.7.5
4646
ENV CLUSTER_AGENT_VERSION=1.2.4

0 commit comments

Comments
 (0)