Skip to content

Commit 8c7fcb1

Browse files
committed
docs: update Dockerfile labels after org transfer
1 parent 6545bc3 commit 8c7fcb1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ FROM python:3.11-slim
2020
# OCI Labels
2121
LABEL org.opencontainers.image.title="Reddit ModLog Wiki Publisher" \
2222
org.opencontainers.image.description="Automated Reddit moderation log publisher to wiki pages" \
23-
org.opencontainers.image.authors="bakerboy448" \
24-
org.opencontainers.image.source="https://github.com/bakerboy448/RedditModLog" \
25-
org.opencontainers.image.documentation="https://github.com/bakerboy448/RedditModLog/blob/main/README.md" \
23+
org.opencontainers.image.authors="baker-scripts" \
24+
org.opencontainers.image.source="https://github.com/baker-scripts/RedditModLog" \
25+
org.opencontainers.image.documentation="https://github.com/baker-scripts/RedditModLog/blob/main/README.md" \
2626
org.opencontainers.image.licenses="GPL-3.0" \
27-
org.opencontainers.image.vendor="bakerboy448" \
27+
org.opencontainers.image.vendor="baker-scripts" \
2828
org.opencontainers.image.base.name="python:3.11-slim"
2929

3030
# Install runtime dependencies and s6-overlay for user management

0 commit comments

Comments
 (0)