From c7416602ed58db5c3ebc94721befb7eee05d5772 Mon Sep 17 00:00:00 2001 From: hoodad <25026962+hoodadt@users.noreply.github.com> Date: Thu, 24 Jul 2025 11:36:38 +0000 Subject: [PATCH] More Labels --- contrib/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 0ac83f1..7456f31 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -16,6 +16,7 @@ FROM alpine:3.22.1 LABEL org.opencontainers.image.title="fping" \ org.opencontainers.image.authors="fping Community" \ org.opencontainers.image.description="High performance ping tool" \ + org.opencontainers.image.base.name="docker.io/library/alpine:3.22.1" \ org.opencontainers.image.source="https://github.com/schweikert/fping" \ org.opencontainers.image.documentation="https://fping.org/fping.8.html" -- 2.43.0