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

Commit 853ee03

Browse files
fix(browserforce): revert "Increment browserforce plugin to v2.11.0" (#1337)
Revert "chore(versions): Increment browserforce plugin to v2.11.0 (#1334)" This reverts commit ab3398e.
1 parent cb13207 commit 853ee03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerfiles/sfpowerscripts.Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ RUN apt-get update && apt-get install -qq software-properties-common \
3232
libgtk-3-0 libnspr4 libnss3 libx11-xcb1 libxcb-dri3-0 libxcomposite1 libxcursor1 \
3333
libxdamage1 libxfixes3 libxi6 libxinerama1 libxrandr2 libxshmfence1 libxss1 libxtst6 \
3434
fonts-liberation fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf \
35-
&& apt-get autoremove --assume-yes \
36-
&& apt-get clean --assume-yes \
35+
&& apt-get autoremove --assume-yes \
36+
&& apt-get clean --assume-yes \
3737
&& rm -rf /var/lib/apt/lists/*
3838

3939

@@ -62,7 +62,7 @@ RUN ln -sf bash /bin/sh && \
6262

6363

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

6868
# install sfpowerscripts

0 commit comments

Comments
 (0)