Skip to content

Commit

Permalink
Update njs to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abscondment committed Oct 28, 2023
1 parent 3c42ddf commit 1c8c60f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mainline/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ARG IMAGE=nginxinc/nginx-unprivileged:1.25.3-alpine-slim
FROM $IMAGE

ENV NJS_VERSION 0.8.0
ENV NJS_VERSION 0.8.2

ARG UID=101
ARG GID=101
Expand Down
2 changes: 1 addition & 1 deletion mainline/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM $IMAGE
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"

ENV NGINX_VERSION 1.25.3
ENV NJS_VERSION 0.8.0
ENV NJS_VERSION 0.8.2
ENV PKG_RELEASE 1~bookworm

ARG UID=101
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ declare -A nginx=(

# Current njs versions
declare -A njs=(
[mainline]='0.8.0'
[mainline]='0.8.2'
[stable]='0.8.0'
)

Expand Down

0 comments on commit 1c8c60f

Please sign in to comment.