From 5f58b959e88e675751bdcb663d774cc3eedc1732 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Tue, 15 Oct 2024 16:28:00 +0200 Subject: [PATCH] chore: Add github link --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2704b9e..43b83b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ ARG TEMPLATES_DIR="/config/templates" ENV VERSION=${appVersion} LABEL author="Jonas Kaninda" LABEL version=${appVersion} +LABEL github="github.com/jkaninda/pg-bkup" RUN apk --update add --no-cache postgresql-client tzdata ca-certificates RUN mkdir $WORKDIR