diff --git a/nginx-cdn/Dockerfile b/nginx-cdn/Dockerfile index 3f2e4c2..db18d8a 100644 --- a/nginx-cdn/Dockerfile +++ b/nginx-cdn/Dockerfile @@ -19,8 +19,8 @@ ENV NGINX_CLIENT_MAX_BODY_SIZE=1k \ ARG BUILD_REV ARG BUILD_DATE -LABEL org.opencontainers.image.title="alwatr/nginx-pwa" \ - org.opencontainers.image.description="High-performance, accelerated NGINX, optimized for serving progressive web applications. Enhanced and accelerated by Alwatr." \ +LABEL org.opencontainers.image.title="alwatr/nginx-cdn" \ + org.opencontainers.image.description="High-performance, accelerated NGINX, optimized for CDN. Enhanced and accelerated by Alwatr." \ org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:1.1.0" \ org.opencontainers.image.version="1.1.0" \ org.opencontainers.image.ref.name="1.1.0-n1.25.3-a3.18-slim" \