From 4ec2850e53ac44205d3c7a2cd88d72beb9288aa0 Mon Sep 17 00:00:00 2001 From: Sofiane Gerhardt Date: Mon, 2 Dec 2024 13:25:38 +0100 Subject: [PATCH] Update Dockerfile to change base image from debian:ubuntu:24.04 to ubuntu:24.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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