Skip to content

Instantly share code, notes, and snippets.

@gottfrois
Created September 6, 2018 08:57
Show Gist options
  • Save gottfrois/00bb7e2e9e3503f1139f3de4902ab10f to your computer and use it in GitHub Desktop.
Save gottfrois/00bb7e2e9e3503f1139f3de4902ab10f to your computer and use it in GitHub Desktop.
medium-multi-stage-dockerfile-ruby-stage
######################
# Stage: ruby
FROM ruby:2.5.1-alpine3.7 as ruby
LABEL description="Base ruby image used by other stages"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment