diff --git a/Dockerfile b/Dockerfile index 29700fb..ad4ecb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN git clone https://github.com/elastic/beats.git . && git checkout v${VERSION} RUN GOARCH=s390x go build -o metricbeat ./metricbeat # Step 2: Build the final image -FROM debian:ubuntu:24.04 +FROM ubuntu:24.04 # Set the working directory WORKDIR /usr/share/metricbeat