diff --git a/build/Dockerfile b/build/Dockerfile index 0e075653..3f65ed02 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -63,7 +63,7 @@ ARG NOTO_COLOR_EMOJI_VERSION ARG PDFTK_VERSION LABEL org.opencontainers.image.title="Gotenberg" \ - org.opencontainers.image.description="A Docker-powered stateless API for PDF files." \ + org.opencontainers.image.description="A containerized API for seamless PDF conversion." \ org.opencontainers.image.version="$GOTENBERG_VERSION" \ org.opencontainers.image.authors="Julien Neuhart " \ org.opencontainers.image.documentation="https://gotenberg.dev" \ diff --git a/cmd/gotenberg.go b/cmd/gotenberg.go index 942e9aa5..b687974f 100644 --- a/cmd/gotenberg.go +++ b/cmd/gotenberg.go @@ -24,7 +24,7 @@ const banner = ` \___/\___/\__/\__/_//_/_.__/\__/_/ \_, / /___/ -A Docker-powered stateless API for PDF files. +A containerized API for seamless PDF conversion. Version: %s ------------------------------------------------------- `