File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ FROM prom/node-exporter:v1.10.2 AS node-exporter-source
1111FROM 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
1717FROM debian:12.11-slim
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN mkdir -p /versions/0-default \
4040# Set environment variables
4141ENV BASE_URL=https://telemetry.betterstack.com
4242ENV CLUSTER_COLLECTOR=false
43- ENV COLLECTOR_VERSION=1.1.13
43+ ENV COLLECTOR_VERSION=1.1.14
4444ENV VECTOR_VERSION=0.47.0
4545ENV BEYLA_VERSION=2.7.5
4646ENV CLUSTER_AGENT_VERSION=1.2.4
You can’t perform that action at this time.
0 commit comments