Skip to content

Commit bdbd99a

Browse files
committed
Increment NGINX and NJS versions
Signed-off-by: Elijah Zupancic <[email protected]>
1 parent 41027f4 commit bdbd99a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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 27-2
4-
ENV NGINX_VERSION 1.21.6
5-
ENV NJS_VERSION 27+0.7.7-1
6-
ENV XSLT_VERSION 27-1
3+
ENV NGINX_PLUS_VERSION 28-1
4+
ENV NGINX_VERSION 1.23.2
5+
ENV NJS_VERSION 28+0.7.9-1
6+
ENV XSLT_VERSION 28-1
77

88
COPY plus/usr /usr
99

Dockerfile.oss

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

3-
ENV NGINX_VERSION "1.23.2"
4-
ENV NJS_VERSION 0.7.8
3+
ENV NGINX_VERSION "1.23.3"
4+
ENV NJS_VERSION 0.7.9
55

66
ENV PROXY_CACHE_VALID_OK "1h"
77
ENV PROXY_CACHE_VALID_NOTFOUND "1m"

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 27-2
4-
ENV NGINX_VERSION 1.21.6
5-
ENV NJS_VERSION 27+0.7.7-1
6-
ENV XSLT_VERSION 27-1
3+
ENV NGINX_PLUS_VERSION 28-1
4+
ENV NGINX_VERSION 1.23.2
5+
ENV NJS_VERSION 28+0.7.9-1
6+
ENV XSLT_VERSION 28-1
77

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

0 commit comments

Comments
 (0)