1
0
Fork 0

Add LastUpdate label

We will handle container rebuild using it.
This commit is contained in:
Daniele Tricoli 2022-04-04 23:26:34 +02:00
parent bf3d28cb69
commit e59c805caa
1 changed files with 2 additions and 0 deletions

View File

@ -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