We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae5467 commit 3d1755dCopy full SHA for 3d1755d
Dockerfile
@@ -23,6 +23,8 @@
23
###########################################################################
24
FROM golang:alpine AS builder
25
26
+LABEL org.opencontainers.image.source=https://github.com/skx/rss2email/
27
+
28
# Ensure we have git
29
RUN apk update && apk add --no-cache git
30
0 commit comments