Skip to content

Commit

Permalink
Minor fixes to labels
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Jan 3, 2024
1 parent 50c8197 commit 65de441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM php:8.1-apache-bullseye

LABEL org.opencontainers.image.title="LWT Community"
LABEL org.opencontainers.image.description="This image contains an image for LWT."
LABEL org.opencontainers.image.description="An image for LWT"
LABEL org.opencontainers.image.documentation="https://hugofara.github.io/lwt/docs/"
LABEL org.opencontainers.image.url="https://hugofara.github.io/lwt/"
LABEL org.opencontainers.image.author="HugoFara <[email protected]>"
LABEL org.opencontainers.image.license="Unlicense"
LABEL org.opencontainers.image.license=Unlicense
LABEL org.opencontainers.image.source="https://github.com/HugoFara/lwt"


Expand Down

0 comments on commit 65de441

Please sign in to comment.