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

Commit

Permalink
chore(cicd): update sf-cli to 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Sep 28, 2023
1 parent 72c3310 commit 34103b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04

ARG SFPOWERSCRIPTS_VERSION=alpha
ARG SF_CLI_VERSION=2.9.8
ARG BROWSERFORCE_VERSION=2.9.1
ARG BROWSERFORCE_VERSION=2.10.2
ARG SFDMU_VERSION=4.18.2
ARG GIT_COMMIT
ARG NODE_MAJOR=20
Expand Down Expand Up @@ -113,6 +113,7 @@ ENV SF_DISABLE_AUTOUPDATE=true
ENV SF_DISABLE_TELEMETRY=true
ENV SF_USE_GENERIC_UNIX_KEYCHAIN=true
ENV SF_USE_PROGRESS_BAR=false
ENV SF_DNS_TIMEOUT=60000

WORKDIR /root

Expand Down

0 comments on commit 34103b5

Please sign in to comment.