Skip to content

Commit

Permalink
Update Dockerfile: Add LABEL:org.opencontainers.image.authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed May 11, 2024
1 parent 66b0445 commit 23cc798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:3.14

LABEL org.opencontainers.image.licenses=MIT \
LABEL org.opencontainers.image.authors="dev@kjuly.com" \
org.opencontainers.image.licenses=MIT \
org.opencontainers.image.source=https://github.com/Kjuly/docker-mkdocs \
org.opencontainers.image.description="A tiny Docker image for MkDocs, based on Alpine Linux with Python3."

Expand Down

0 comments on commit 23cc798

Please sign in to comment.