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

Commit

Permalink
fix(docker): add correct variable to skip version check
Browse files Browse the repository at this point in the history
SF cli documentation incorrectly mentions SF_SKIP_VERSION_CHECK, it should be SF_SKIP_NEW_VERSION_CHECK as described in the issue 
forcedotcom/cli#2590
  • Loading branch information
azlam-abdulsalam committed Dec 5, 2023
1 parent aa740e2 commit 94042a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/sfpowerscripts.Dockerfile
Expand Up @@ -117,6 +117,7 @@ ENV SF_USE_GENERIC_UNIX_KEYCHAIN=true
ENV SF_USE_PROGRESS_BAR=false
ENV SF_DNS_TIMEOUT=60000
ENV SF_SKIP_VERSION_CHECK=true
ENV SF_SKIP_NEW_VERSION_CHECK=true

WORKDIR /root

Expand Down

0 comments on commit 94042a5

Please sign in to comment.