From c388a62e8e44564bcee9e77c90c32b377db0fa6e Mon Sep 17 00:00:00 2001 From: hoodad <25026962+hoodadt@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:42:48 +0000 Subject: [PATCH] Fixed Dockerfile Typo --- CHANGELOG.md | 2 +- contrib/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f93d3e2..b453645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ Next - Report received ICMPv6 error messages (#391, thanks @auerswal) - Suppress duplicate reports in count mode with -q, --quiet or -Q, --squiet (#392, thanks @gsnw-sebast and @auerswal) -- Switch to alpine-based multi-stage Docker build to reduce image size +- Switch to alpine-based multi-stage Docker build to reduce image size and improve build performance Add OpenContainers-compatible labels (#399) fping 5.3 (2025-01-02) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 4f8d0bb..0ac83f1 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -17,7 +17,7 @@ LABEL org.opencontainers.image.title="fping" \ org.opencontainers.image.authors="fping Community" \ org.opencontainers.image.description="High performance ping tool" \ org.opencontainers.image.source="https://github.com/schweikert/fping" \ - org.opencontainers.image.documentation="https://fping.org/fping.8.html" \ + org.opencontainers.image.documentation="https://fping.org/fping.8.html" COPY --from=builder /app/src/fping /usr/local/bin/fping -- 2.43.0