Skip to content

Commit

Permalink
Merge pull request #6 from RupertBarrow/4-feat-upgrade-to-sfdx-72036-…
Browse files Browse the repository at this point in the history
…and-cci-376
  • Loading branch information
RupertBarrow authored Jun 4, 2023
2 parents 45541ee + c6028d3 commit 4344458
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "salesforcedx-cci",
"description": "Docker image with Salesforce DX CLI, jq and Cumulus CI",
"version": "7.182.1_3.70.0",
"version": "7.203.6_3.76.0",
"author": "Rupert Barrow",
"license": "BSD-3-Clause",
"bugs": "https://github.com/RupertBarrow/salesforcedx-cci-Docker/issues",
Expand Down

0 comments on commit 4344458

Please sign in to comment.