This file contains hidden or 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
| ############################### | |
| # Stage wkhtmltopdf | |
| FROM madnight/docker-alpine-wkhtmltopdf as wkhtmltopdf | |
| ###################### | |
| # Stage: ruby | |
| FROM ruby:2.5.1-alpine3.7 as ruby | |
| LABEL description="Base ruby image used by other stages" | |
| ###################### |
OlderNewer