Dockerfile in sinclair-1.4.2 vs Dockerfile in sinclair-1.5.0

- old
+ new

@@ -1,7 +1,7 @@ -FROM darthjee/ruby_gems:0.2.1 as base -FROM darthjee/scripts:0.1.0 as scripts +FROM darthjee/ruby_gems:0.2.3 as base +FROM darthjee/scripts:0.1.2 as scripts ###################################### FROM base as builder @@ -22,9 +22,9 @@ COPY --chown=app:app --from=builder /home/app/bundle/cache /usr/local/bundle/cache COPY --chown=app:app --from=builder /home/app/bundle/specifications /usr/local/bundle/specifications COPY --chown=app:app --from=builder /home/app/bundle/bin /usr/local/bundle/bin COPY --chown=app:app --from=builder /home/app/bundle/extensions /usr/local/bundle/extensions -COPY --chown=app ./*.gemspec ./Gemfile* /home/app/app/ +COPY --chown=app ./*.gemspec ./Gemfile /home/app/app/ COPY --chown=app ./lib/sinclair/version.rb /home/app/app/lib/sinclair/ USER app RUN bundle install