Skip to content

Commit

Permalink
fix: Change EXACT_NODE_VERSION default back to false
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Jan 1, 2021
1 parent 133733a commit 60880b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY ./scripts ./scripts

ONBUILD USER app
ONBUILD ARG NODE_VERSION='8.17.0'
ONBUILD ARG EXACT_NODE_VERSION=true
ONBUILD ARG EXACT_NODE_VERSION=false
ONBUILD RUN bash ./scripts/onbuild-node.sh
ONBUILD ENV NODE_PATH=/home/app/.onbuild-node/lib/node_modules PATH=/home/app/.onbuild-node/bin:$PATH

Expand Down
2 changes: 1 addition & 1 deletion root-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN export VERSION="2.1.1" && \
rm -rf ./phantomjs ./phantomjs.tar.bz2
ONBUILD USER root
ONBUILD ARG NODE_VERSION='8.17.0'
ONBUILD ARG EXACT_NODE_VERSION=true
ONBUILD ARG EXACT_NODE_VERSION=false
ONBUILD RUN bash ./scripts/onbuild-node.sh
ONBUILD ENV NODE_PATH=/home/app/.onbuild-node/lib/node_modules
ONBUILD ENV PATH=/home/app/.onbuild-node/bin:$PATH
Expand Down

0 comments on commit 60880b2

Please sign in to comment.