From b8db4dbbf9d64aadca4671ada572658288269b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:59:25 +0000 Subject: [PATCH 1/2] chore(deps): bump library/nginx in /nginx Bumps library/nginx from 1.25.4-alpine-slim to 1.27.2-alpine-slim. --- updated-dependencies: - dependency-name: library/nginx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 5ee7b48..84f38c2 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/nginx:1.25.4-alpine-slim +FROM docker.io/library/nginx:1.27.2-alpine-slim RUN rm -rfv /docker-entrypoint* /etc/nginx/conf.d/* /etc/nginx/nginx.conf /var/www/html /usr/share/nginx/html /data COPY etc/nginx/ /etc/nginx/ From a202a3b1744e3e8e0ee2499dee14b832aa4b74e1 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Wed, 30 Oct 2024 00:34:54 +0330 Subject: [PATCH 2/2] feat: Update NGINX base images to version 1.27.2-alpine-slim --- nginx-cdn/Dockerfile | 2 +- nginx-core/Dockerfile | 4 ++-- nginx-json/Dockerfile | 2 +- nginx-pwa/Dockerfile | 2 +- nginx-ws/Dockerfile | 2 +- nginx/Dockerfile | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nginx-cdn/Dockerfile b/nginx-cdn/Dockerfile index 1af4c71..c5b059a 100644 --- a/nginx-cdn/Dockerfile +++ b/nginx-cdn/Dockerfile @@ -31,7 +31,7 @@ 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:2.5.0" \ org.opencontainers.image.version="2.5.0" \ - org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine-slim" \ + org.opencontainers.image.ref.name="2.5.0-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 f39cf64..082d305 100644 --- a/nginx-core/Dockerfile +++ b/nginx-core/Dockerfile @@ -49,8 +49,8 @@ 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:2.5.0" \ - org.opencontainers.image.version="2.5.0-nginx1.25.4" \ - org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine-slim" \ + org.opencontainers.image.version="2.5.0-nginx1.27.2" \ + org.opencontainers.image.ref.name="2.5.0-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 be3dd9a..d107277 100644 --- a/nginx-json/Dockerfile +++ b/nginx-json/Dockerfile @@ -31,7 +31,7 @@ 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:2.5.0" \ org.opencontainers.image.version="2.5.0" \ - org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine-slim" \ + org.opencontainers.image.ref.name="2.5.0-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 822a884..d1990f6 100644 --- a/nginx-pwa/Dockerfile +++ b/nginx-pwa/Dockerfile @@ -32,7 +32,7 @@ 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:2.5.0" \ org.opencontainers.image.version="2.5.0" \ - org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine-slim" \ + org.opencontainers.image.ref.name="2.5.0-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 79c6829..e7b4b56 100644 --- a/nginx-ws/Dockerfile +++ b/nginx-ws/Dockerfile @@ -31,7 +31,7 @@ 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:2.5.0" \ org.opencontainers.image.version="2.5.0" \ - org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine-slim" \ + org.opencontainers.image.ref.name="2.5.0-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/Dockerfile b/nginx/Dockerfile index 84f38c2..b42aaa8 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -20,9 +20,9 @@ ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/nginx" \ org.opencontainers.image.description="The slim (lightweight) version of the NGINX web server, packaged by Alwatr." \ - org.opencontainers.image.base.name="docker.io/library/nginx:1.25.4-alpine-slim" \ - org.opencontainers.image.version="1.25.4" \ - org.opencontainers.image.ref.name="1.25.4-alpine-slim" \ + org.opencontainers.image.base.name="docker.io/library/nginx:1.27.2-alpine-slim" \ + org.opencontainers.image.version="1.27.2" \ + org.opencontainers.image.ref.name="1.27.2-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \