Skip to content

Commit

Permalink
fix(nginx-cdn): Dockerfile labels
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 10, 2023
1 parent e18f32c commit 79910c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx-cdn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 79910c0

Please sign in to comment.