Skip to content

Commit

Permalink
fix: fixes #182 update NGINX, NGINX Plus, NJS, and NGINX XSLT module …
Browse files Browse the repository at this point in the history
…to newest versons
  • Loading branch information
4141done committed Oct 25, 2023
1 parent 085ae0f commit eabd386
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.buildkit.plus
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM debian:bullseye-slim

ENV NGINX_PLUS_VERSION 29-1
ENV NGINX_VERSION 1.23.4
ENV NJS_VERSION 29+0.7.12-1
ENV XSLT_VERSION 29-1
ENV NGINX_PLUS_VERSION 30-2
ENV NGINX_VERSION 1.25.1
ENV NJS_VERSION 30+0.8.0-1
ENV XSLT_VERSION 30-1

ENV PROXY_CACHE_MAX_SIZE "10g"
ENV PROXY_CACHE_INACTIVE "60m"
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.oss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nginx:1.24.0
FROM nginx:1.25.3

ENV NGINX_VERSION "1.24.0"
ENV NJS_VERSION 0.7.12
ENV NGINX_VERSION "1.25.3"
ENV NJS_VERSION 0.8.1

ENV PROXY_CACHE_MAX_SIZE "10g"
ENV PROXY_CACHE_INACTIVE "60m"
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.plus
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM debian:bullseye-slim

ENV NGINX_PLUS_VERSION 29-1
ENV NGINX_VERSION 1.23.4
ENV NJS_VERSION 29+0.7.12-1
ENV XSLT_VERSION 29-1
ENV NGINX_PLUS_VERSION 30-2
ENV NGINX_VERSION 1.25.1
ENV NJS_VERSION 30+0.8.0-1
ENV XSLT_VERSION 30-1

ENV PROXY_CACHE_MAX_SIZE "10g"
ENV PROXY_CACHE_INACTIVE "60m"
Expand Down

0 comments on commit eabd386

Please sign in to comment.