diff --git a/Dockerfile b/Dockerfile index 6e6804f8..146b26b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " -LABEL org.opencontainers.image.license="Unlicense" +LABEL org.opencontainers.image.license=Unlicense LABEL org.opencontainers.image.source="https://github.com/HugoFara/lwt"