ponylang / shared-docker

Dockerfiles that are useful across Ponylang repositories
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Make sure we are using the latest base images #6

Closed SeanTAllen closed 4 years ago

SeanTAllen commented 4 years ago

In a CI environment, it is unlikely that we need docker --pull. We probably don't have the base images cached. However, if someone is using locally then we have a much higher chance.

This commit adds a docker --pull for all build command to make sure we are using the latest base images when we build.