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

Commit

Permalink
chore(docker): update sf cli to 2.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sfopsbot committed Nov 13, 2023
1 parent fa175ce commit 941b69c
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 @@ -2,7 +2,7 @@ FROM ubuntu:22.04


ARG SFPOWERSCRIPTS_VERSION=alpha
ARG SF_CLI_VERSION=2.10.2
ARG SF_CLI_VERSION=2.16.7
ARG BROWSERFORCE_VERSION=0.0.3
ARG SFDMU_VERSION=4.18.2
ARG GIT_COMMIT
Expand Down Expand Up @@ -117,6 +117,7 @@ ENV SF_DISABLE_TELEMETRY=true
ENV SF_USE_GENERIC_UNIX_KEYCHAIN=true
ENV SF_USE_PROGRESS_BAR=false
ENV SF_DNS_TIMEOUT=60000
ENV SF_SKIP_VERSION_CHECK=true

WORKDIR /root

Expand Down

0 comments on commit 941b69c

Please sign in to comment.