Skip to content

Commit

Permalink
Update NJS
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-ritti authored Feb 27, 2024
1 parent c6e8b23 commit ecffd83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php/Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM adeliom/php:${PHP_VERSION}-fpm

ENV NGINX_VERSION 1.24.0
ENV PKG_RELEASE 1
ENV NJS_VERSION 0.8.0
ENV NJS_VERSION 0.8.3

RUN set -x \
# create nginx user/group first, to be consistent throughout docker variants
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile.nginx-wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM adeliom/php:${PHP_VERSION}-fpm-wkhtmltopdf

ENV NGINX_VERSION 1.24.0
ENV PKG_RELEASE 1
ENV NJS_VERSION 0.8.0
ENV NJS_VERSION 0.8.3

RUN set -x \
# create nginx user/group first, to be consistent throughout docker variants
Expand Down

0 comments on commit ecffd83

Please sign in to comment.