From: hoodadt Date: Mon, 21 Jul 2025 11:41:17 +0000 (+0330) Subject: Update Dockerfile X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b4022e0c5e50225f75d0e51c00e1e9e961487be;p=fping.git Update Dockerfile --- diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 09460f3..ece7a64 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -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