Skip to content

Commit

Permalink
Update nodejs version to current and NJS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez Baquero committed Jan 26, 2024
1 parent 6b2a4de commit df1c7ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# https://nginx.org/
ARG NGINX_VERSION="1.24.0"
# https://nginx.org/en/docs/njs/changes.html
ARG NJS_VERSION=0.8.0
ARG NJS_VERSION=0.8.2
# https://github.com/google/ngx_brotli
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
# https://nodejs.org/en
ARG NODEJS_MAJOR_VERSION="20"
ARG NODEJS_MAJOR_VERSION="21"
# https://github.com/filecoin-project/lassie/releases
ARG LASSIE_VERSION="v0.21.0"
# https://github.com/max-lt/nginx-jwt-module
Expand Down Expand Up @@ -145,7 +145,6 @@ COPY --from=build /usr/src/nginx/objs/ngx_http_js_module.so /usr/lib/nginx/modul
COPY --from=build /usr/lib/nginx/modules/ngx_http_auth_jwt_module.so /usr/lib/nginx/modules/
COPY --from=build /usr/local/lib/libjwt.so /lib


# Prepare
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates curl gnupg \
Expand Down

0 comments on commit df1c7ed

Please sign in to comment.