diff --git a/dockerfiles/Dockerfile_full b/dockerfiles/Dockerfile_full index 68241ac6..24265160 100644 --- a/dockerfiles/Dockerfile_full +++ b/dockerfiles/Dockerfile_full @@ -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 'a42ac1f81704b14c7d07ddde989a8e290087b0487ee3f47185eb0240ba518195 ./nodejs.tar.gz' > node-file-lock.sha \ + && curl -s -o nodejs.tar.gz https://nodejs.org/dist/v20.8.1/node-v20.8.1-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 \