diff --git a/Dockerfile b/Dockerfile index 8255b45..2fe3619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM debian:12 - +FROM ubuntu:24.04 LABEL org.opencontainers.image.authors="contact@ethersys.fr" LABEL org.opencontainers.image.source="https://github.com/ethersys/ethersys-docker-munin"