]> git.gsnw.org Git - fping.git/commitdiff
Update Dockerfile
authorhoodadt <hoodadt@gmail.com>
Mon, 21 Jul 2025 11:41:17 +0000 (15:11 +0330)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 2 Aug 2025 12:00:26 +0000 (14:00 +0200)
contrib/Dockerfile

index 09460f3bd02d27843886a7cefaad38d820f6c402..ece7a64a7f80b5e77b7ab12a3219fafd82b129ad 100644 (file)
@@ -13,7 +13,7 @@ RUN autoreconf --install && ./configure && make
 FROM alpine:3.22.1
 
 LABEL org.opencontainers.image.title="fping" \
-      org.opencontainers.image.description="High performance ping tool " \
+      org.opencontainers.image.description="High performance ping tool" \
       org.opencontainers.image.source="https://github.com/schweikert/fping"
 
 COPY --from=builder /app/src/fping /usr/local/bin/fping