Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
chore(docker): bump node to v18 (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 authored Nov 2, 2022
1 parent 814da64 commit 6af1dcd
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 @@ -4,8 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive
ARG SALESFORCE_CLI_VERSION=latest-rc
ARG SF_CLI_VERSION=latest-rc

RUN echo 'da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 ./nodejs.tar.gz' > node-file-lock.sha \
&& curl -s -o nodejs.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz \
RUN echo '0699c8e02581a9c312d7157331561d36ef23963766eb47daa702edb6fd6735bd ./nodejs.tar.gz' > node-file-lock.sha \
&& curl -s -o nodejs.tar.gz https://nodejs.org/dist/v18.12.0/node-v18.12.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 6af1dcd

Please sign in to comment.