Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 244 Bytes

File metadata and controls

10 lines (7 loc) · 244 Bytes

fastlane-docker

A Dockerfile that is used on fastlane's CIs which is configured for Ruby 2.4.5, Python 3.6.8, and Java 8.

Publishing a new version

docker build -t fastlanetools/ci:x.y.z ./
docker push fastlanetools/ci:x.y.z