Skip to content

Commit 3d1755d

Browse files
committed
Added label to the docker container
1 parent 3ae5467 commit 3d1755d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
###########################################################################
2424
FROM golang:alpine AS builder
2525

26+
LABEL org.opencontainers.image.source=https://github.com/skx/rss2email/
27+
2628
# Ensure we have git
2729
RUN apk update && apk add --no-cache git
2830

0 commit comments

Comments
 (0)