From e59c805caaaa49b87c4dae35a52ae3e6ab6f3d67 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Mon, 4 Apr 2022 23:26:34 +0200 Subject: [PATCH] Add LastUpdate label We will handle container rebuild using it. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8b7d4e1..5beaf95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ RUN go build FROM alpine:3.15 +LABEL LastUpdate="2022-04-04" + COPY --from=builder /app/telegram-group2mastodon /bin/telegram-group2mastodon RUN apk -U --no-cache upgrade