Skip to content

Commit 0bc4425

Browse files
committed
Upgrade OSS image NGINX to 1.23.2 and njs to 0.7.8
Signed-off-by: Elijah Zupancic <[email protected]>
1 parent 98902dd commit 0bc4425

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.1
1+
FROM nginx:1.23.2
22

3-
ENV NGINX_VERSION "1.23.1"
4-
ENV NJS_VERSION 0.7.7
3+
ENV NGINX_VERSION "1.23.2"
4+
ENV NJS_VERSION 0.7.8
55

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

0 commit comments

Comments
 (0)