Sha256: 61380b587fe63ed8aaa2a31056451b6bd3521e474c38432cb4e6cf79919cda5e
Contents?: true
Size: 217 Bytes
Versions: 30
Compression:
Stored size: 217 Bytes
Contents
# Use non-slim to have git and build tools installed (faster for lots of runs # on CI) FROM ruby:2.6 ARG bundler_version RUN gem install bundler --no-document --version $bundler_version WORKDIR /code COPY . /code/
Version data entries
30 entries across 30 versions & 1 rubygems