Skip to content

Commit

Permalink
chore: update node in dockerfile_full
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 24, 2023
1 parent 6c91be4 commit 132e2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile_full
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive
# this will typically be nightly
ARG SF_CLI_VERSION=nightly

RUN echo 'b298a73a9fc07badfa9e4a2e86ed48824fc9201327cdc43e3f3f58b273c535e7 ./nodejs.tar.gz' > node-file-lock.sha \
&& curl -s -o nodejs.tar.gz https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.gz \
RUN echo 'f0919f092fbf74544438907fa083c21e76b2d7a4bc287f0607ada1553ef16f60 ./nodejs.tar.gz' > node-file-lock.sha \
&& curl -s -o nodejs.tar.gz https://nodejs.org/dist/v20.9.0/node-v20.9.0-linux-x64.tar.gz \
&& shasum --check node-file-lock.sha
RUN mkdir /usr/local/lib/nodejs \
&& tar xf nodejs.tar.gz -C /usr/local/lib/nodejs/ --strip-components 1 \
Expand Down

0 comments on commit 132e2c9

Please sign in to comment.