Skip to content

Commit

Permalink
Merge pull request #1276 from salesforcecli/release/2.17.3
Browse files Browse the repository at this point in the history
Release PR for 2.17.3 as nightly
  • Loading branch information
svc-cli-bot authored Nov 3, 2023
2 parents 42758b3 + 1d7e8e3 commit 3dd8f2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.17.2 linux-x64 node-v20.9.0
@salesforce/cli/2.17.3 linux-x64 node-v20.9.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down
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 '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 \
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.17.2",
"version": "2.17.3",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down

0 comments on commit 3dd8f2a

Please sign in to comment.