Skip to content

Commit d608b06

Browse files
committed
Upgrade NGINX version and NJS version
1 parent 9312897 commit d608b06

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Dockerfile.buildkit.plus

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM debian:bullseye-slim
22

3-
ENV NGINX_PLUS_VERSION 28-1
4-
ENV NGINX_VERSION 1.23.2
5-
ENV NJS_VERSION 28+0.7.11-1
6-
ENV XSLT_VERSION 28-1
3+
ENV NGINX_PLUS_VERSION 29-1
4+
ENV NGINX_VERSION 1.23.4
5+
ENV NJS_VERSION 29+0.7.12-1
6+
ENV XSLT_VERSION 29-1
77

88
ENV PROXY_CACHE_VALID_OK "1h"
99
ENV PROXY_CACHE_VALID_NOTFOUND "1m"

Dockerfile.oss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM nginx:1.23.3
1+
FROM nginx:1.24.0
22

3-
ENV NGINX_VERSION "1.23.3"
4-
ENV NJS_VERSION 0.7.10
3+
ENV NGINX_VERSION "1.24.0"
4+
ENV NJS_VERSION 0.7.12
55

66
ENV PROXY_CACHE_VALID_OK "1h"
77
ENV PROXY_CACHE_VALID_NOTFOUND "1m"
@@ -26,7 +26,7 @@ RUN set -eux \
2626
mkdir -p /var/cache/nginx/s3_proxy; \
2727
chown nginx:nginx /var/cache/nginx/s3_proxy; \
2828
chmod -R -v +x /docker-entrypoint.sh /docker-entrypoint.d/*.sh; \
29-
echo "deb https://nginx.org/packages/mainline/debian/ $(echo $PKG_RELEASE | cut -f2 -d~) nginx" >> /etc/apt/sources.list.d/nginx.list; \
29+
echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] https://nginx.org/packages/mainline/debian/ $(echo $PKG_RELEASE | cut -f2 -d~) nginx" >> /etc/apt/sources.list.d/nginx.list; \
3030
apt-get update; \
3131
apt-get install --no-install-recommends --no-install-suggests --yes \
3232
curl nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE}; \

Dockerfile.plus

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM debian:bullseye-slim
22

3-
ENV NGINX_PLUS_VERSION 28-1
4-
ENV NGINX_VERSION 1.23.2
5-
ENV NJS_VERSION 28+0.7.11-1
6-
ENV XSLT_VERSION 28-1
3+
ENV NGINX_PLUS_VERSION 29-1
4+
ENV NGINX_VERSION 1.23.4
5+
ENV NJS_VERSION 29+0.7.12-1
6+
ENV XSLT_VERSION 29-1
77

88
ENV PROXY_CACHE_VALID_OK "1h"
99
ENV PROXY_CACHE_VALID_NOTFOUND "1m"

0 commit comments

Comments
 (0)