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

Commit

Permalink
Increment browserforce plugin to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathankretzmer committed Jun 20, 2023
1 parent 151d67c commit 6f93a41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN apt-get update && apt-get install -qq software-properties-common \
libgtk-3-0 libnspr4 libnss3 libx11-xcb1 libxcb-dri3-0 libxcomposite1 libxcursor1 \
libxdamage1 libxfixes3 libxi6 libxinerama1 libxrandr2 libxshmfence1 libxss1 libxtst6 \
fonts-liberation fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf \
&& apt-get autoremove --assume-yes \
&& apt-get clean --assume-yes \
&& apt-get autoremove --assume-yes \
&& apt-get clean --assume-yes \
&& rm -rf /var/lib/apt/lists/*


Expand Down Expand Up @@ -62,7 +62,7 @@ RUN ln -sf bash /bin/sh && \


# Install sfdx plugins
RUN echo 'y' | sfdx plugins:install sfdx-browserforce-plugin@2.9.1
RUN echo 'y' | sfdx plugins:install sfdx-browserforce-plugin@2.11.0
RUN echo 'y' | sfdx plugins:install [email protected]

# install sfpowerscripts
Expand Down

0 comments on commit 6f93a41

Please sign in to comment.