diff --git a/Dockerfile.buildkit.plus b/Dockerfile.buildkit.plus index 903a0f3..0f25494 100644 --- a/Dockerfile.buildkit.plus +++ b/Dockerfile.buildkit.plus @@ -4,9 +4,9 @@ FROM debian:bookworm-slim@sha256:b1211f6d19afd012477bd34fdcabb6b663d680e0f4b0537 ARG RELEASE=bookworm # NJS env vars -ENV NGINX_VERSION=32 +ENV NGINX_VERSION=34 ENV NGINX_PKG_RELEASE=1~${RELEASE} -ENV NJS_VERSION=0.8.4 +ENV NJS_VERSION=0.9.0 ENV NJS_PKG_RELEASE=1~${RELEASE} # Proxy cache env vars diff --git a/Dockerfile.plus b/Dockerfile.plus index 43baee5..14a3a30 100644 --- a/Dockerfile.plus +++ b/Dockerfile.plus @@ -4,9 +4,9 @@ FROM debian:bookworm-slim@sha256:b1211f6d19afd012477bd34fdcabb6b663d680e0f4b0537 ARG RELEASE=bookworm # NJS env vars -ENV NGINX_VERSION=32 +ENV NGINX_VERSION=34 ENV NGINX_PKG_RELEASE=1~${RELEASE} -ENV NJS_VERSION=0.8.4 +ENV NJS_VERSION=0.9.0 ENV NJS_PKG_RELEASE=1~${RELEASE} # Proxy cache env vars