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

Commit

Permalink
fix(sfdx-cli): update sfdx-cli to 7.156.1
Browse files Browse the repository at this point in the history
Due to #1576 and #1577 in forcedotcom-cli, an update to cli is warranted

fix #1072
  • Loading branch information
azlam-abdulsalam committed Jun 28, 2022
1 parent 5512c5b commit 8034a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN export XDG_DATA_HOME && \
RUN npm install --global yarn

# Install sfdx-cli
RUN yarn global add sfdx-cli@7.155.1
RUN yarn global add sfdx-cli@7.156.1

# Install vlocity
RUN yarn global add [email protected]
Expand Down

0 comments on commit 8034a68

Please sign in to comment.