-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from RupertBarrow/4-feat-upgrade-to-sfdx-72036-…
…and-cci-376
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM salesforce/salesforcedx:7.172.0-full | ||
FROM salesforce/salesforcedx:7.203.6-full | ||
|
||
ENV SHELL /bin/bash | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
|
||
ARG SALESFORCE_CLI_VERSION=7.182.1 | ||
ARG SF_CLI_VERSION=1.59.0 | ||
ARG CUMULUSCI_VERSION=3.70.0 | ||
ARG SALESFORCE_CLI_VERSION=7.203.6 | ||
ARG SF_CLI_VERSION=1.81.0 | ||
ARG CUMULUSCI_VERSION=3.76.0 | ||
|
||
# Basic | ||
RUN apt update | ||
|
@@ -31,6 +31,7 @@ RUN pip3 install --no-cache-dir cumulusci==${CUMULUSCI_VERSION} | |
|
||
# Install SFDX plugins | ||
RUN echo y | sfdx plugins:install [email protected] | ||
RUN echo y | sfdx plugins:install @dxatscale/[email protected] | ||
|
||
# Install prettier | ||
#ARG NODEJS_VERSION=12.15.0-r1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters