Sha256: b572fe65ac83b43cf9dc9ed30f3e2d395eef62117e420ac29c896bcd96a18c21

Contents?: true

Size: 129 Bytes

Versions: 19

Compression:

Stored size: 129 Bytes

Contents

ARG ruby_version=3.1

FROM ruby:$ruby_version

WORKDIR /usr/src/app

COPY . .
RUN bundle install

CMD ["bundle", "exec", "rake"]

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
newrelic_rpm-9.2.2 Dockerfile
newrelic_rpm-9.2.1 Dockerfile
newrelic_rpm-9.2.0 Dockerfile
newrelic_rpm-9.1.0 Dockerfile
newrelic_rpm-9.0.0 Dockerfile
newrelic_rpm-8.16.0 Dockerfile
newrelic_rpm-8.15.0 Dockerfile
newrelic_rpm-8.14.0 Dockerfile
newrelic_rpm-8.13.1 Dockerfile
newrelic_rpm-8.13.0 Dockerfile
newrelic_rpm-8.12.0 Dockerfile
newrelic_rpm-8.11.0 Dockerfile
newrelic_rpm-8.10.1 Dockerfile
newrelic_rpm-8.10.0 Dockerfile
newrelic_rpm-8.9.0 Dockerfile
newrelic_rpm-8.8.0 Dockerfile
newrelic_rpm-8.7.0 Dockerfile
newrelic_rpm-8.6.0 Dockerfile
newrelic_rpm-8.5.0 Dockerfile