From 853ee03bf762aee92bbd9dd00a2f5f6d714b20a7 Mon Sep 17 00:00:00 2001 From: Azlam <43767972+azlam-abdulsalam@users.noreply.github.com> Date: Thu, 29 Jun 2023 13:23:15 +1000 Subject: [PATCH] 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 ab3398e24ac7033701d0039fd6410aca17e00872. --- dockerfiles/sfpowerscripts.Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/sfpowerscripts.Dockerfile b/dockerfiles/sfpowerscripts.Dockerfile index df9c14d89..7b3f711b3 100644 --- a/dockerfiles/sfpowerscripts.Dockerfile +++ b/dockerfiles/sfpowerscripts.Dockerfile @@ -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/* @@ -62,7 +62,7 @@ RUN ln -sf bash /bin/sh && \ # Install sfdx plugins -RUN echo 'y' | sfdx plugins:install sfdx-browserforce-plugin@2.11.0 +RUN echo 'y' | sfdx plugins:install sfdx-browserforce-plugin@2.9.1 RUN echo 'y' | sfdx plugins:install sfdmu@4.18.2 # install sfpowerscripts