File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ FROM python:3.12.9-alpine3.21
22
33ARG VERSION=1.0.0
44
5- LABEL maintainer="AptS-1547 <apts-1547@esaps.net>" \
6- version="${VERSION}" \
7- description="A simple webhook server for GitHub to send events to a OneBot (CQHTTP) bot." \
8- homepage="https://onebot-github-webhook.docs.ecaps.top/" \
9- repository="https://github.com/AptS-1547/onebot-github-webhook" \
10- license="Apache-2.0" \
11- license_url="http://www.apache.org/licenses/LICENSE-2.0"
12-
13- LABEL org.opencontainers.image.source="https://github.com/AptS-1547/onebot-github-webhook" \
14- org.opencontainers.image.description="A simple webhook server for GitHub to send events to a OneBot (CQHTTP) bot." \
15- org.opencontainers.image.licenses="Apache-2.0"
5+ LABEL maintainer="AptS-1547 <apts-1547@esaps.net>"
6+ LABEL version="${VERSION}"
7+ LABEL description="A simple webhook server for GitHub to send events to a OneBot (CQHTTP) bot."
8+ LABEL homepage="https://onebot-github-webhook.docs.ecaps.top/"
9+ LABEL repository="https://github.com/AptS-1547/onebot-github-webhook"
10+ LABEL license="Apache-2.0"
11+ LABEL license_url="http://www.apache.org/licenses/LICENSE-2.0"
12+
13+ LABEL org.opencontainers.image.source="https://github.com/AptS-1547/onebot-github-webhook"
14+ LABEL org.opencontainers.image.description="A simple webhook server for GitHub to send events to a OneBot (CQHTTP) bot."
15+ LABEL org.opencontainers.image.licenses="Apache-2.0"
1616
1717WORKDIR /app
1818
You can’t perform that action at this time.
0 commit comments