]> git.gsnw.org Git - fping.git/commitdiff
Fixed Dockerfile Typo
authorhoodad <25026962+hoodadt@users.noreply.github.com>
Thu, 24 Jul 2025 10:42:48 +0000 (10:42 +0000)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 2 Aug 2025 12:00:26 +0000 (14:00 +0200)
CHANGELOG.md
contrib/Dockerfile

index f93d3e262c922fa03378ba2683f4629a8a55cc7c..b453645ed15c8d33db88465b673632e3570b88e0 100644 (file)
@@ -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)
index 4f8d0bbae4492ccb549e2ae47f1a0e4db68934b1..0ac83f19acd968c7e089754986c03de3ba166168 100644 (file)
@@ -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