forcedotcom / salesforcedx-docker

The official Dockerfile for Salesforce DX
BSD 3-Clause "New" or "Revised" License
74 stars 25 forks source link

Prevent image builds from using cached layers #14

Closed jonnyhork closed 4 years ago

jonnyhork commented 4 years ago

What does this PR do?

This PR will add the --no-cache flag to the Docker build steps in publish.sh. This will help ensure that the latest version of the CLI is downloaded to the published images.

What issues does this PR fix or reference?

Should I make a WI for this?