Update Dockerfile to change base image from debian:ubuntu:24.04 to ubuntu:24.04

This commit is contained in:
Sofiane Gerhardt 2024-12-02 13:25:38 +01:00
parent 5305a92266
commit 4ec2850e53
Signed by: sofiane.gerhardt
SSH key fingerprint: SHA256:B+mV6AyYLX4aUI1b5gXcuADKOT8LepFIxknwPyd26f0

View file

@ -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