Skip to content

Commit

Permalink
chore(browserforce): change to dxatscale fork
Browse files Browse the repository at this point in the history
change temporarily to dxatscale fork to test sf v2
  • Loading branch information
azlam-abdulsalam committed Sep 30, 2023
1 parent ae58f6f commit b7df72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.10.2
ARG BROWSERFORCE_VERSION=2.11.0
ARG BROWSERFORCE_VERSION=0.0.2
ARG SFDMU_VERSION=4.18.2
ARG GIT_COMMIT
ARG NODE_MAJOR=20
Expand Down Expand Up @@ -102,7 +102,7 @@ RUN mkdir -p $XDG_DATA_HOME && \


# Install sfdx plugins
RUN echo 'y' | sf plugins:install sfdx-browserforce-plugin@${BROWSERFORCE_VERSION} \
RUN echo 'y' | sf plugins:install @dxatscale/browserforce${BROWSERFORCE_VERSION} \
&& echo 'y' | sf plugins:install sfdmu@${SFDMU_VERSION} \
&& echo 'y' | sf plugins:install @salesforce/[email protected] \
&& yarn cache clean --all
Expand Down

0 comments on commit b7df72f

Please sign in to comment.