Skip to content

Commit 2e0a619

Browse files
committed
Add maintainer address (via label) to rounduo-devel list.
1 parent 65bed3f commit 2e0a619

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/Docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ RUN apk add \
8888
ARG source
8989
LABEL "org.roundup-tracker.vendor"="Roundup Issue Tracker Team" \
9090
"org.roundup-tracker.description"="Roundup Issue Tracker using sqlite" \
91-
"version"="2.1.0 $source"
91+
"version"="2.1.0 $source" \
92+
"org.opencontainers.image.authors"="[email protected]"
93+
9294

9395
# pull over built assets
9496
COPY --from=build /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages/

0 commit comments

Comments
 (0)