From 6f151efe71aa9bf7a1c882e40020d6df84850435 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Mon, 11 Nov 2024 05:38:39 +0330 Subject: [PATCH] release: v3.3.5 --- nginx-cdn/Dockerfile | 8 ++++---- nginx-core/Dockerfile | 8 ++++---- nginx-json/Dockerfile | 8 ++++---- nginx-pwa/Dockerfile | 8 ++++---- nginx-ws/Dockerfile | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/nginx-cdn/Dockerfile b/nginx-cdn/Dockerfile index b29b2e0..11d4699 100644 --- a/nginx-cdn/Dockerfile +++ b/nginx-cdn/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-core:3.3.4 +FROM ghcr.io/alwatr/nginx-core:3.3.5 # COPY etc/nginx/ /etc/nginx/ # COPY default-data/ /default-data/ @@ -29,9 +29,9 @@ ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/nginx-cdn" \ org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving static content efficiently." \ - org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.4" \ - org.opencontainers.image.version="3.3.4" \ - org.opencontainers.image.ref.name="3.3.4-nginx1.27.2-alpine-slim" \ + org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.5" \ + org.opencontainers.image.version="3.3.5" \ + org.opencontainers.image.ref.name="3.3.5-nginx1.27.2-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/nginx-core/Dockerfile b/nginx-core/Dockerfile index 4e25bb1..2581085 100644 --- a/nginx-core/Dockerfile +++ b/nginx-core/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx:3.3.4 +FROM ghcr.io/alwatr/nginx:3.3.5 RUN apk add --no-cache curl HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --start-interval=1s --retries=3 CMD curl -fso /dev/null http://localhost/server-info || exit 1 @@ -53,9 +53,9 @@ ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/nginx-core" \ org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving static content efficiently." \ - org.opencontainers.image.base.name="ghcr.io/alwatr/nginx:3.3.4" \ - org.opencontainers.image.version="3.3.4-nginx1.27.2" \ - org.opencontainers.image.ref.name="3.3.4-nginx1.27.2-alpine-slim" \ + org.opencontainers.image.base.name="ghcr.io/alwatr/nginx:3.3.5" \ + org.opencontainers.image.version="3.3.5-nginx1.27.2" \ + org.opencontainers.image.ref.name="3.3.5-nginx1.27.2-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/nginx-json/Dockerfile b/nginx-json/Dockerfile index 5bbac33..5bd1b1f 100644 --- a/nginx-json/Dockerfile +++ b/nginx-json/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-core:3.3.4 +FROM ghcr.io/alwatr/nginx-core:3.3.5 COPY etc/nginx/ /etc/nginx/ RUN set -eux; rm -rfv /default-data @@ -29,9 +29,9 @@ ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/nginx-json" \ org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving JSON content efficiently." \ - org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.4" \ - org.opencontainers.image.version="3.3.4" \ - org.opencontainers.image.ref.name="3.3.4-nginx1.27.2-alpine-slim" \ + org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.5" \ + org.opencontainers.image.version="3.3.5" \ + org.opencontainers.image.ref.name="3.3.5-nginx1.27.2-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/nginx-pwa/Dockerfile b/nginx-pwa/Dockerfile index 82636e7..5234955 100644 --- a/nginx-pwa/Dockerfile +++ b/nginx-pwa/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-core:3.3.4 +FROM ghcr.io/alwatr/nginx-core:3.3.5 COPY etc/nginx/ /etc/nginx/ # COPY default-data/ /default-data/ @@ -30,9 +30,9 @@ ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/nginx-pwa" \ org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving PWA efficiently." \ - org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.4" \ - org.opencontainers.image.version="3.3.4" \ - org.opencontainers.image.ref.name="3.3.4-nginx1.27.2-alpine-slim" \ + org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.5" \ + org.opencontainers.image.version="3.3.5" \ + org.opencontainers.image.ref.name="3.3.5-nginx1.27.2-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/nginx-ws/Dockerfile b/nginx-ws/Dockerfile index 9cdc1dc..ddaf3f4 100644 --- a/nginx-ws/Dockerfile +++ b/nginx-ws/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-core:3.3.4 +FROM ghcr.io/alwatr/nginx-core:3.3.5 COPY etc/nginx/ /etc/nginx/ # COPY default-data/ /default-data/ @@ -29,9 +29,9 @@ ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/nginx-ws" \ org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving static website content efficiently." \ - org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.4" \ - org.opencontainers.image.version="3.3.4" \ - org.opencontainers.image.ref.name="3.3.4-nginx1.27.2-alpine-slim" \ + org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.5" \ + org.opencontainers.image.version="3.3.5" \ + org.opencontainers.image.ref.name="3.3.5-nginx1.27.2-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \