Skip to content

Commit

Permalink
Merge pull request openshift#5400 from joepvd/release-4.5
Browse files Browse the repository at this point in the history
Bug 1797020: [ART-1566] Dockerfile.product: Change node headers to v12
  • Loading branch information
openshift-merge-robot authored May 14, 2020
2 parents 82d0805 + c6c68d0 commit a99ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.product
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN container-entrypoint npm install ./yarn-1.9.4.tgz
ENV CHROMEDRIVER_SKIP_DOWNLOAD=true \
GECKODRIVER_SKIP_DOWNLOAD=true \
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true \
NPM_CONFIG_TARBALL=$HOME/node-v8.9.4-headers.tar.gz
NPM_CONFIG_TARBALL=$HOME/node-v12.16.1-headers.tar.gz

# run the build
RUN container-entrypoint ./build-frontend.sh
Expand Down

0 comments on commit a99ec4d

Please sign in to comment.